aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/agentexpr.texi
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2007-01-20 16:51:56 +0000
committerEli Zaretskii <eliz@gnu.org>2007-01-20 16:51:56 +0000
commitd3e8051bddb07bad7efd7c5e7b8cdae4cfbf99e6 (patch)
treed715c706304f76993f6c7688489f6c4979bc43e9 /gdb/doc/agentexpr.texi
parent86f04699735ef39d4a823fe2e3762363e7cea6e4 (diff)
downloadgdb-d3e8051bddb07bad7efd7c5e7b8cdae4cfbf99e6.zip
gdb-d3e8051bddb07bad7efd7c5e7b8cdae4cfbf99e6.tar.gz
gdb-d3e8051bddb07bad7efd7c5e7b8cdae4cfbf99e6.tar.bz2
* agentexpr.texi: Fix typos.
* annotate.texinfo: Likewise. * gdb.texinfo: Likewise. * gdbint.texinfo: Likewise. * observer.texi: Likewise. * stabs.texinfo: Likewise.
Diffstat (limited to 'gdb/doc/agentexpr.texi')
-rw-r--r--gdb/doc/agentexpr.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/doc/agentexpr.texi b/gdb/doc/agentexpr.texi
index c1eefbc..1b893d5 100644
--- a/gdb/doc/agentexpr.texi
+++ b/gdb/doc/agentexpr.texi
@@ -17,7 +17,7 @@
@node Agent Expressions
@appendix The GDB Agent Expression Mechanism
-In some applications, it is not feasable for the debugger to interrupt
+In some applications, it is not feasible for the debugger to interrupt
the program's execution long enough for the developer to learn anything
helpful about its behavior. If the program's correctness depends on its
real-time behavior, delays introduced by a debugger might cause the
@@ -221,7 +221,7 @@ their sum, as an integer.
In this example, @code{add} is the name of the bytecode, and
@code{(0x02)} is the one-byte value used to encode the bytecode, in
-hexidecimal. The phrase ``@var{a} @var{b} @result{} @var{a+b}'' shows
+hexadecimal. The phrase ``@var{a} @var{b} @result{} @var{a+b}'' shows
the stack before and after the bytecode executes. Beforehand, the stack
must contain at least two values, @var{a} and @var{b}; since the top of
the stack is to the right, @var{b} is on the top of the stack, and