This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit] spelling fix, gdb.texinfo


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

* gdb.texinfo: Fix spelling, infinte -> infinite.

Index: gdb.texinfo
===================================================================
RCS file: /cvs/src/src/gdb/doc/gdb.texinfo,v
retrieving revision 1.229
diff -p -r1.229 gdb.texinfo
*** gdb.texinfo 8 Dec 2004 05:28:31 -0000 1.229
--- gdb.texinfo 17 Jan 2005 19:52:17 -0000
*************** that command. Post-execution hooks may *** 14088,14094 ****
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.
@c It would be nice if hookpost could be passed a parameter indicating
@c if the command it hooks executed properly or not. FIXME!
--- 14088,14094 ----
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 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!



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]