OSDN Git Service

* gdb.texinfo (Reverse Execution): Fix typo.
authortromey <tromey>
Wed, 2 Dec 2009 07:15:27 +0000 (07:15 +0000)
committertromey <tromey>
Wed, 2 Dec 2009 07:15:27 +0000 (07:15 +0000)
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index 7c15124..090aa14 100644 (file)
@@ -1,3 +1,7 @@
+2009-12-01  Tom Tromey  <tromey@redhat.com>
+
+       * gdb.texinfo (Reverse Execution): Fix typo.
+
 2009-11-24  Daniel Jacobowitz  <dan@codesourcery.com>
 
        PR gdb/8704
index 74cbedf..39107ec 100644 (file)
@@ -5356,7 +5356,7 @@ the first line of a function, @code{reverse-next} will take you back
 to the caller of that function, @emph{before} the function was called,
 just as the normal @code{next} command would take you from the last 
 line of a function back to its return to its caller
-@footnote{Unles the code is too heavily optimized.}.
+@footnote{Unless the code is too heavily optimized.}.
 
 @kindex reverse-nexti
 @kindex rni @r{(@code{reverse-nexti})}