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]

[patch] doc/*.texi: Fix typos.


Hi,

Attached is a patch to fix typos.  Committed as obvious.

Kazu Hirata

2002-12-20  Kazu Hirata  <kazu@cs.umass.edu>

	* agentexpr.texi: Fix typos.
	* annotate.texi: Likewise.
	* fdl.texi: Likewise.

Index: agentexpr.texi
===================================================================
RCS file: /cvs/src/src/gdb/doc/agentexpr.texi,v
retrieving revision 1.2
diff -u -r1.2 agentexpr.texi
--- agentexpr.texi	16 Feb 2000 04:11:25 -0000	1.2
+++ agentexpr.texi	20 Dec 2002 09:31:28 -0000
@@ -397,7 +397,7 @@
 
 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 @@
 
 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
Index: annotate.texi
===================================================================
RCS file: /cvs/src/src/gdb/doc/annotate.texi,v
retrieving revision 1.11
diff -u -r1.11 annotate.texi
--- annotate.texi	30 Dec 2001 06:25:16 -0000	1.11
+++ annotate.texi	20 Dec 2002 09:31:29 -0000
@@ -247,17 +247,17 @@
 @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
Index: fdl.texi
===================================================================
RCS file: /cvs/src/src/gdb/doc/fdl.texi,v
retrieving revision 1.2
diff -u -r1.2 fdl.texi
--- fdl.texi	17 Jan 2002 22:56:48 -0000	1.2
+++ fdl.texi	20 Dec 2002 09:31:29 -0000
@@ -197,9 +197,9 @@
    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 @@
 
 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


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