* gdb.texinfo (Reverse Execution): Fix typo.

This commit is contained in:
Tom Tromey
2009-12-01 22:15:27 +00:00
parent 954c3e2ed1
commit 16af530a6f
2 changed files with 5 additions and 1 deletions

View 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

View 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})}