diff options
author | Tom Tromey <tromey@redhat.com> | 2009-12-01 22:15:27 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2009-12-01 22:15:27 +0000 |
commit | 16af530a6fd6d33174ae322fb1739bcbcbeaf96d (patch) | |
tree | a79196c528bc3475cad525182188a45980adce22 /gdb/doc | |
parent | 954c3e2ed11aef28b763804473b949320c83db7d (diff) | |
download | gdb-16af530a6fd6d33174ae322fb1739bcbcbeaf96d.zip gdb-16af530a6fd6d33174ae322fb1739bcbcbeaf96d.tar.gz gdb-16af530a6fd6d33174ae322fb1739bcbcbeaf96d.tar.bz2 |
* gdb.texinfo (Reverse Execution): Fix typo.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 7c15124..090aa14 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -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 diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 74cbedf..39107ec 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})} |