]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
extend.texi: Fix typos.
authorKazu Hirata <kazu@cs.umass.edu>
Mon, 23 Jun 2003 16:01:42 +0000 (16:01 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Mon, 23 Jun 2003 16:01:42 +0000 (16:01 +0000)
* doc/extend.texi: Fix typos.
* doc/md.texi: Likewise.
* doc/tm.texi: Likewise.

From-SVN: r68371

gcc/ChangeLog
gcc/doc/extend.texi
gcc/doc/md.texi
gcc/doc/tm.texi

index 1136f7f599c46fbebbe7ebd75c58074e6b4409f2..1d127e8613d9c1f55078924f2f2a19882b1657da 100644 (file)
@@ -1,3 +1,9 @@
+2003-06-23  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * doc/extend.texi: Fix typos.
+       * doc/md.texi: Likewise.
+       * doc/tm.texi: Likewise.
+
 2003-06-23  Kazu Hirata  <kazu@cs.umass.edu>
 
        * basic-block.h: Fix comment formatting.
index 7d03c1013731972aca7f1f2f933c83a588078533..bd5183a1e7be4ee1c069abeec3f68fd0cfdf1c22 100644 (file)
@@ -7112,7 +7112,7 @@ Add @code{__thread} to the list of specifiers in paragraph 3.
 New section before @b{[basic.stc.static]}
 
 @quotation
-The keyword @code{__thread} applied to an non-local object gives the
+The keyword @code{__thread} applied to a non-local object gives the
 object thread storage duration.
 
 A local variable or class data member declared both @code{static}
index 7a6ddd4e5e5751f08a96d9a637e5e2768c703487..ae371cc85a2fc1c01b3c91408eb04c6fe7a4aa17 100644 (file)
@@ -2263,7 +2263,7 @@ A memory reference that is a stack push.
 A memory reference that is a stack pop.
 
 @item S
-A memory reference that refers to an constant address of known value.
+A memory reference that refers to a constant address of known value.
 
 @item T
 The register indicated by Rx (not implemented yet).
@@ -4302,7 +4302,7 @@ instruction is always valid, as compiler expect identical behavior of new
 jump.  When new sequence contains multiple jump instructions or new labels,
 more assistance is needed.  Splitter is required to create only unconditional
 jumps, or simple conditional jump instructions.  Additionally it must attach a
-@code{REG_BR_PROB} note to each conditional jump. An global variable
+@code{REG_BR_PROB} note to each conditional jump.  A global variable
 @code{split_branch_probability} hold the probability of original branch in case
 it was an simple conditional jump, @minus{}1 otherwise.  To simplify
 recomputing of edge frequencies, new sequence is required to have only
index 355ea4bb32638531450edfd613110eed4afd337a..2636b75d12fb84d797ac3dba79a5a4421f8cd4d0 100644 (file)
@@ -801,7 +801,7 @@ extern char *m88k_short_data;
      N_("Specify the size of the short data section"), 0 @} @}
 @end smallexample
 
-Here is an variant of the above that allows the user to also specify
+Here is a variant of the above that allows the user to also specify
 just @option{-mshort-data} where a default of @code{"64"} is used.
 
 @smallexample