diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2002-12-20 09:35:03 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2002-12-20 09:35:03 +0000 |
commit | f821f325df562772c47b1a2a4c57f9adb7efa256 (patch) | |
tree | 6f11f75b5abac8d4ccfa60062c349d6561ae83aa /gdb | |
parent | d9147ab3ffbb447e22f75c061ae80028acde56e4 (diff) | |
download | gdb-f821f325df562772c47b1a2a4c57f9adb7efa256.zip gdb-f821f325df562772c47b1a2a4c57f9adb7efa256.tar.gz gdb-f821f325df562772c47b1a2a4c57f9adb7efa256.tar.bz2 |
* agentexpr.texi: Fix typos.
* annotate.texi: Likewise.
* fdl.texi: Likewise.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/doc/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/doc/agentexpr.texi | 4 | ||||
-rw-r--r-- | gdb/doc/annotate.texi | 6 | ||||
-rw-r--r-- | gdb/doc/fdl.texi | 6 |
4 files changed, 14 insertions, 8 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 50a9e88..9e3e6b4 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,9 @@ +2002-12-20 Kazu Hirata <kazu@cs.umass.edu> + + * agentexpr.texi: Fix typos. + * annotate.texi: Likewise. + * fdl.texi: Likewise. + 2002-12-10 Andrew Cagney <cagney@redhat.com> * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with 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 diff --git a/gdb/doc/annotate.texi b/gdb/doc/annotate.texi index 59d599b..fc26924 100644 --- a/gdb/doc/annotate.texi +++ b/gdb/doc/annotate.texi @@ -247,17 +247,17 @@ or a repeated element @smallexample @samp{,} @var{whitespace} ; @r{omitted for the first element} @var{the-value} -^Z^Zelt-rep @var{number-of-repititions} +^Z^Zelt-rep @var{number-of-repetitions} @var{repetition-string} ^Z^Zelt-rep-end @end smallexample In both cases, @var{the-value} is the output for the value of the element and @var{whitespace} can contain spaces, tabs, and newlines. In -the repeated case, @var{number-of-repititons} is the number of +the repeated case, @var{number-of-repetitions} is the number of consecutive array elements which contain that value, and @var{repetition-string} is a string which is designed to convey to the -user that repitition is being depicted. +user that repetition is being depicted. @findex array-section-end Once all the array elements have been output, the array annotation is diff --git a/gdb/doc/fdl.texi b/gdb/doc/fdl.texi index f4726b9..142a8e1 100644 --- a/gdb/doc/fdl.texi +++ b/gdb/doc/fdl.texi @@ -197,9 +197,9 @@ J. Preserve the network location, if any, given in the Document for You may omit a network location for a work that was published at least four years before the Document itself, or if the original publisher of the version it refers to gives permission.@* -K. In any section entitled ``Acknowledgements'' or ``Dedications'', +K. In any section entitled ``Acknowledgments'' or ``Dedications'', preserve the section's title, and preserve in the section all the - substance and tone of each of the contributor acknowledgements + substance and tone of each of the contributor acknowledgments and/or dedications given therein.@* L. Preserve all the Invariant Sections of the Document, unaltered in their text and in their titles. Section numbers @@ -257,7 +257,7 @@ Invariant Sections in the license notice of the combined work. In the combination, you must combine any sections entitled ``History'' in the various original documents, forming one section entitled -``History''; likewise combine any sections entitled ``Acknowledgements'', +``History''; likewise combine any sections entitled ``Acknowledgments'', and any sections entitled ``Dedications.'' You must delete all sections entitled ``Endorsements.'' @sp 1 |