From: Tom Tromey Date: Tue, 1 Dec 2009 22:15:27 +0000 (+0000) Subject: * gdb.texinfo (Reverse Execution): Fix typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=16af530a6fd6d33174ae322fb1739bcbcbeaf96d;p=binutils-gdb.git * gdb.texinfo (Reverse Execution): Fix typo. --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 7c1512412c1..090aa145737 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2009-12-01 Tom Tromey + + * gdb.texinfo (Reverse Execution): Fix typo. + 2009-11-24 Daniel Jacobowitz PR gdb/8704 diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 74cbedffef6..39107ec9022 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -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})}