]> gcc.gnu.org Git - gcc.git/commitdiff
ia64.c, [...]: Fix comment typos.
authorKazu Hirata <kazu@cs.umass.edu>
Sun, 15 Feb 2004 14:53:41 +0000 (14:53 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sun, 15 Feb 2004 14:53:41 +0000 (14:53 +0000)
* config/ia64/ia64.c, config/mips/mips.c,
config/mmix/mmix-modes.def: Fix comment typos.

From-SVN: r77851

gcc/ChangeLog
gcc/config/ia64/ia64.c
gcc/config/mips/mips.c
gcc/config/mmix/mmix-modes.def

index 3887bbee41350ebeb1142700d329ef5d5f65ccb3..6117cd1e22a13bc1a644e04b117e8c26fa38b8b2 100644 (file)
@@ -1,3 +1,8 @@
+2004-02-15  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/ia64/ia64.c, config/mips/mips.c,
+       config/mmix/mmix-modes.def: Fix comment typos.
+
 2004-02-15  Roger Sayle  <roger@eyesopen.com>
 
        * c-common.h (GET_DIRECTIVE_LINE): Remove unused macro.
index 4764a1a316b98b5407e0fb66a4a3d8d5d1be595a..8dcee215b498e1eec1fc3a9aa6dec6eeefc3efa7 100644 (file)
@@ -7088,7 +7088,7 @@ bundling (FILE *dump, int verbose, rtx prev_head_insn, rtx tail)
          ia64_emit_insn_before (b, insn);
          b = PREV_INSN (insn);
          insn = b;
-         /* See comment above in analogous place for emiting nops
+         /* See comment above in analogous place for emitting nops
             after the insn.  */
          template0 = template1;
          template1 = -1;
@@ -7105,7 +7105,7 @@ bundling (FILE *dump, int verbose, rtx prev_head_insn, rtx tail)
            abort ();
          if (pos % 3 == 0)
            {
-             /* See comment above in analogous place for emiting nops
+             /* See comment above in analogous place for emitting nops
                 after the insn.  */
              if (template0 < 0)
                abort ();
index 6630d58435dea2b743d7a7ffda0f6bce187bce0d..9ffa08f0ba87994a2885eb3c26cdc74b6a8c8eb6 100644 (file)
@@ -4426,7 +4426,7 @@ mips_get_unaligned_mem (rtx *op, unsigned int width, int bitpos,
   first = adjust_address (*op, QImode, 0);
   last = adjust_address (*op, QImode, width / BITS_PER_UNIT - 1);
 
-  /* Allocate to LEFT and RIGHT according to endiannes.  LEFT should
+  /* Allocate to LEFT and RIGHT according to endianness.  LEFT should
      be the upper word and RIGHT the lower word.  */
   if (TARGET_BIG_ENDIAN)
     *left = first, *right = last;
@@ -6008,7 +6008,7 @@ mips_output_aligned_decl_common (FILE *stream, tree decl, const char *name,
    macros, mark the symbol as written so that mips_file_end won't emit an
    .extern for it.  STREAM is the output file, NAME is the name of the
    symbol, INIT_STRING is the string that should be written before the
-   symbol and FINAL_STRING is the string that shoulbe written after it.
+   symbol and FINAL_STRING is the string that shoulbe written after it.
    FINAL_STRING is a printf() format that consumes the remaining arguments.  */
 
 void
index e4ebb30565ec82c9a63860f7e8a94c639c21a418..6681761f8c9bc2ce17b3c7b907071b32b2995523 100644 (file)
@@ -36,7 +36,7 @@ CC_MODE (CC_UNS);
 
 /* The CC_FP mode is for a non-equality floating-point comparison, using
    the FCMP or FCMPE insn.  The result is (integer) -1 or 1 for
-   espectively a < b and a > b, otherwise 0.  */
+   respectively a < b and a > b, otherwise 0.  */
 CC_MODE (CC_FP);
 
 /* The CC_FPEQ mode is for an equality floating-point comparison, using
This page took 0.085403 seconds and 5 git commands to generate.