* doc/contrib.texi, doc/invoke.texi, doc/tm.texi: Fix typos.
authorKazu Hirata <kazu@gcc.gnu.org>
Fri, 1 Apr 2005 04:28:33 +0000 (04:28 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Fri, 1 Apr 2005 04:28:33 +0000 (04:28 +0000)
From-SVN: r97367

gcc/ChangeLog
gcc/doc/contrib.texi
gcc/doc/invoke.texi
gcc/doc/tm.texi

index 9f7604aa8fc816a6c4cc27a0ae37770d907aaa89..dce673830de5cd2a0998f5fcf95582014d92fdf3 100644 (file)
@@ -1,4 +1,8 @@
-2005-03-31  James E Wilson  <wilson@specifixinc.com>
+2005-04-01  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * doc/contrib.texi, doc/invoke.texi, doc/tm.texi: Fix typos.
+
+2005-04-01  James E Wilson  <wilson@specifixinc.com>
 
        PR c++/20505
        * dwarf2out.c (rtl_for_decl_init): New function.
index 79160f805a383c101483b09980bd2304802cc3eb..209d32c1191e9c1cf9275a93dca1f4f929759a7c 100644 (file)
@@ -279,7 +279,7 @@ feeding the gcc.gnu.org box and saving its users tons of spam.
 Fred Fish for BeOS support and Ada fixes.
 
 @item
-Ivan Fontes Garcia for the Portugese translation of the GCJ FAQ@.
+Ivan Fontes Garcia for the Portuguese translation of the GCJ FAQ@.
 
 @item
 Peter Gerwinski for various bug fixes and the Pascal front end.
index 2f8c7ac3d43fb257a6c0472e2a8e40626597cff7..b11c73dffffa92bc482cb0991939c45bb3a55141 100644 (file)
@@ -7344,7 +7344,7 @@ The subtype of the file created (like @samp{ppc7400} or @samp{ppc970} or
 that GCC is targetting, like @option{-mcpu} or @option{-march}.  The
 @option{-force_cpusubtype_ALL} option can be used to override this.
 
-The Darwin tools vary in their behaviour when presented with an ISA
+The Darwin tools vary in their behavior when presented with an ISA
 mismatch.  The assembler, @file{as}, will only permit instructions to
 be used that are valid for the subtype of the file it is generating,
 so you cannot put 64-bit instructions in an @samp{ppc750} object file.
@@ -9779,7 +9779,7 @@ This option is only meaningful in conjunction with @option{-membedded-data}.
 @opindex msplit-addresses
 @opindex mno-split-addresses
 Enable (disable) use of the @code{%hi()} and @code{%lo()} assembler
-relocation operators.  This option has been superceded by
+relocation operators.  This option has been superseded by
 @option{-mexplicit-relocs} but is retained for backwards compatibility.
 
 @item -mexplicit-relocs
index af269f2a97c60ea53917d1cd3946a66041c50ce3..8d575015f3c94b53f6c3dbbef1ec1b07ab9e9254 100644 (file)
@@ -4866,7 +4866,7 @@ This macro should evaluate to @code{true} if the integer comparison
 functions (like @code{__cmpdi2}) return 0 to indicate that the first
 operand is smaller than the second, 1 to indicate that they are equal,
 and 2 to indicate that the first operand is greater than the second.
-If this macro evalutes to @code{false} the comparison functions return
+If this macro evaluates to @code{false} the comparison functions return
 @minus{}1, 0, and 1 instead of 0, 1, and 2.  If the target uses the routines
 in @file{libgcc.a}, you do not need to define this macro.
 @end defmac