* gdb.texinfo (Reverse Execution): Fix typo.
authorTom Tromey <tromey@redhat.com>
Tue, 1 Dec 2009 22:15:27 +0000 (22:15 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 1 Dec 2009 22:15:27 +0000 (22:15 +0000)
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo

index 7c1512412c12dc937927cbf7ed11e60ec471f890..090aa14573720254ae511d6c5db0968eaf3b5c47 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 74cbedffef67dd3f422f44b0903a2ed4031d08e6..39107ec90224abb4dbe6af2d3bc3f6c7018dd4d8 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})}