summaryrefslogtreecommitdiff
path: root/gdb/doc/gdb.texinfo
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@specifix.com>2005-01-17 19:54:42 +0000
committerMichael Snyder <msnyder@specifix.com>2005-01-17 19:54:42 +0000
commitd8beed9289efe1ac01b6d1d327769131a38581f7 (patch)
treeeb615a5afe9ee0fb38273b411a0a1153e2c45bba /gdb/doc/gdb.texinfo
parent518b61578002c9b593068eef94f8dac474c0e3b8 (diff)
downloadgdb-d8beed9289efe1ac01b6d1d327769131a38581f7.tar.gz
2005-01-17 Michael Snyder <msnyder@redhat.com>
* gdb.texinfo: Fix spelling, infinte -> infinite.
Diffstat (limited to 'gdb/doc/gdb.texinfo')
-rw-r--r--gdb/doc/gdb.texinfo2
1 files changed, 1 insertions, 1 deletions
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!