fr30.h: Fix comment typos.
authorKazu Hirata <kazu@cs.umass.edu>
Sat, 14 Sep 2002 13:39:55 +0000 (13:39 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 14 Sep 2002 13:39:55 +0000 (13:39 +0000)
* config/fr30/fr30.h: Fix comment typos.
* config/frv/frv.c: Likewise.
* config/i386/xmmintrin.h: Likewise.
* config/mips/mips.c: Likewise.
* config/sh/sh.c: Likewise.

From-SVN: r57144

gcc/ChangeLog
gcc/config/fr30/fr30.h
gcc/config/frv/frv.c
gcc/config/i386/xmmintrin.h
gcc/config/mips/mips.c
gcc/config/sh/sh.c

index cbbacfb53683b66a42d26443263fef306a8bd2eb..57a8aa4203f8dd72f42b87fa8305f7da55db10c6 100644 (file)
@@ -1,3 +1,11 @@
+2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/fr30/fr30.h: Fix comment typos.
+       * config/frv/frv.c: Likewise.
+       * config/i386/xmmintrin.h: Likewise.
+       * config/mips/mips.c: Likewise.
+       * config/sh/sh.c: Likewise.
+
 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
 
        * haifa-sched.c: Follow spelling conventions.
index a2950c8ec3762a5d47831acd04f86e80667d20dc..da65aae92fc56f95729b65244cf3f9c6569a2aef 100644 (file)
@@ -992,7 +992,7 @@ do                                                                          \
    
    * indexed addressing using small signed offsets from the frame pointer
 
-   * register plus register addresing using R13 as the base register.
+   * register plus register addressing using R13 as the base register.
 
    At the moment we only support the first two of these special cases.  */
    
index 4ef94e4ab50bd99aa6e16f106f5e2fbd273b9114..0fcf53e7215691a79d8c6f013c151f57e660d16e 100644 (file)
@@ -3552,7 +3552,7 @@ frv_legitimize_address (x, oldx, mode)
 {
   rtx ret = NULL_RTX;
 
-  /* Don't try to legitimize addreses if we are not optimizing, since the
+  /* Don't try to legitimize addresses if we are not optimizing, since the
      address we generate is not a general operand, and will horribly mess
      things up when force_reg is called to try and put it in a register because
      we aren't optimizing.  */
index 09eea2236dc5f3488c5ca4079c6221d5e1003700..9442e963ae922f12ab24934b80b4585b46c0c2ab 100644 (file)
@@ -871,7 +871,7 @@ _mm_storeu_ps (float *__P, __m128 __A)
   __builtin_ia32_storeups (__P, (__v4sf)__A);
 }
 
-/* Store four SPFP values in reverse order.  The addres must be aligned.  */
+/* Store four SPFP values in reverse order.  The address must be aligned.  */
 static __inline void
 _mm_storer_ps (float *__P, __m128 __A)
 {
index 2044cbffc54f94e12df55fa6fefb50985a4d327a..192c60b4f3d0fc4db944e53067a0bca8ee61fb08 100644 (file)
@@ -8092,7 +8092,7 @@ mips_select_section (decl, reloc, align)
    precisely correct.
 
    When not mips16 code nor embedded PIC, if a symbol is in a
-   gp addresable section, SYMBOL_REF_FLAG is set prevent gcc from
+   gp addressable section, SYMBOL_REF_FLAG is set prevent gcc from
    splitting the reference so that gas can generate a gp relative
    reference.
 
index 5921390a2bc620296ec4e7ef8e295f7cd09bddcd..3dd110621054453d624619102b7650641401c6a1 100644 (file)
@@ -3862,7 +3862,7 @@ machine_dependent_reorg (first)
   split_branches (first);
 
   /* The INSN_REFERENCES_ARE_DELAYED in sh.h is problematic because it
-     also has an effect on the register that holds the addres of the sfunc.
+     also has an effect on the register that holds the address of the sfunc.
      Insert an extra dummy insn in front of each sfunc that pretends to
      use this register.  */
   if (flag_delayed_branch)