aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2003-06-23 16:01:42 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-06-23 16:01:42 +0000
commit63519d234d38de2a971d61c9eb275fa84bc79913 (patch)
tree6dc02f43390d3fb2cf8675dda44510b2aecf38d8
parent71c0e7fc9636c1d99b4a2508bbc2efe3d674f72d (diff)
downloadgcc-63519d234d38de2a971d61c9eb275fa84bc79913.zip
gcc-63519d234d38de2a971d61c9eb275fa84bc79913.tar.gz
gcc-63519d234d38de2a971d61c9eb275fa84bc79913.tar.bz2
extend.texi: Fix typos.
* doc/extend.texi: Fix typos. * doc/md.texi: Likewise. * doc/tm.texi: Likewise. From-SVN: r68371
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/doc/extend.texi2
-rw-r--r--gcc/doc/md.texi4
-rw-r--r--gcc/doc/tm.texi2
4 files changed, 10 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 1136f7f..1d127e8 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,11 @@
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.
* bt-load.c: Likewise.
* builtins.c: Likewise.
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index 7d03c10..bd5183a 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -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}
diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi
index 7a6ddd4..ae371cc 100644
--- a/gcc/doc/md.texi
+++ b/gcc/doc/md.texi
@@ -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
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi
index 355ea4b..2636b75 100644
--- a/gcc/doc/tm.texi
+++ b/gcc/doc/tm.texi
@@ -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