aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2005-01-17 19:54:42 +0000
committerMichael Snyder <msnyder@vmware.com>2005-01-17 19:54:42 +0000
commit9f1c6395707bd078692c4917cd3aeac045bcf670 (patch)
treee95c7a397c8b07cc37db52a5e9553ea9eff65180
parent295093a4152caf4acfa71a7a0d9ff010d177544f (diff)
downloadgdb-9f1c6395707bd078692c4917cd3aeac045bcf670.zip
gdb-9f1c6395707bd078692c4917cd3aeac045bcf670.tar.gz
gdb-9f1c6395707bd078692c4917cd3aeac045bcf670.tar.bz2
2005-01-17 Michael Snyder <msnyder@redhat.com>
* gdb.texinfo: Fix spelling, infinte -> infinite.
-rw-r--r--gdb/doc/ChangeLog4
-rw-r--r--gdb/doc/gdb.texinfo2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index c2096d4..b6c2e16 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -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".
diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo
index 1f606f6..624fc63 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!