From: Michael Snyder Date: Mon, 17 Jan 2005 19:54:42 +0000 (+0000) Subject: 2005-01-17 Michael Snyder X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9f1c6395707bd078692c4917cd3aeac045bcf670;p=binutils-gdb.git 2005-01-17 Michael Snyder * gdb.texinfo: Fix spelling, infinte -> infinite. --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index c2096d40400..b6c2e16b314 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2005-01-17 Michael Snyder + + * gdb.texinfo: Fix spelling, infinte -> infinite. + 2005-01-08 Mark Kettenis * observer.texi (GDB Observers): Document "solib_loaded". diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 1f606f67cf8..624fc63f70f 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -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!