2005-01-17 Michael Snyder <msnyder@redhat.com>

* gdb.texinfo: Fix spelling, infinte  ->  infinite.
This commit is contained in:
Michael Snyder 2005-01-17 19:54:42 +00:00
parent 295093a415
commit 9f1c639570
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-01-17 Michael Snyder <msnyder@redhat.com>
* gdb.texinfo: Fix spelling, infinte -> infinite.
2005-01-08 Mark Kettenis <kettenis@gnu.org>
* observer.texi (GDB Observers): Document "solib_loaded".

View File

@ -14088,7 +14088,7 @@ that command. Post-execution hooks may exist simultaneously with
pre-execution hooks, for the same command.
It is valid for a hook to call the command which it hooks. If this
occurs, the hook is not re-executed, thereby avoiding infinte recursion.
occurs, the hook is not re-executed, thereby avoiding infinite recursion.
@c It would be nice if hookpost could be passed a parameter indicating
@c if the command it hooks executed properly or not. FIXME!