aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/agentexpr.texi
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2002-12-20 09:35:03 +0000
committerKazu Hirata <kazu@codesourcery.com>2002-12-20 09:35:03 +0000
commitf821f325df562772c47b1a2a4c57f9adb7efa256 (patch)
tree6f11f75b5abac8d4ccfa60062c349d6561ae83aa /gdb/doc/agentexpr.texi
parentd9147ab3ffbb447e22f75c061ae80028acde56e4 (diff)
downloadgdb-f821f325df562772c47b1a2a4c57f9adb7efa256.zip
gdb-f821f325df562772c47b1a2a4c57f9adb7efa256.tar.gz
gdb-f821f325df562772c47b1a2a4c57f9adb7efa256.tar.bz2
* agentexpr.texi: Fix typos.
* annotate.texi: Likewise. * fdl.texi: 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 5418667..0135391 100644
--- a/gdb/doc/agentexpr.texi
+++ b/gdb/doc/agentexpr.texi
@@ -397,7 +397,7 @@ Thus, an offset of zero denotes the beginning of the expression.
The @var{offset} is stored as a sixteen-bit unsigned value, stored
immediately following the @code{if_goto} bytecode. It is always stored
-most signficant byte first, regardless of the target's normal
+most significant byte first, regardless of the target's normal
endianness. The offset is not guaranteed to fall at any particular
alignment within the bytecode stream; thus, on machines where fetching a
16-bit on an unaligned address raises an exception, you should fetch the
@@ -431,7 +431,7 @@ registers are numbered following GDB's conventions.
The register number @var{n} is encoded as a 16-bit unsigned integer
immediately following the @code{reg} bytecode. It is always stored most
-signficant byte first, regardless of the target's normal endianness.
+significant byte first, regardless of the target's normal endianness.
The register number is not guaranteed to fall at any particular
alignment within the bytecode stream; thus, on machines where fetching a
16-bit on an unaligned address raises an exception, you should fetch the