]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ChangeLog.3: Fix comment typos.
authorKazu Hirata <kazu@gcc.gnu.org>
Tue, 17 Jun 2003 19:03:12 +0000 (19:03 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Tue, 17 Jun 2003 19:03:12 +0000 (19:03 +0000)
* ChangeLog.3: Fix comment typos.
* ChangeLog.6: Likewise.
* config/d30v/d30v.c: Likewise.
* config/h8300/h8300.md: Likewise.
* config/m32r/m32r.md: Likewise.
* config/mips/mips.c: Likewise.
* config/mips/mips.md: Likewise.
* config/ns32k/NOTES: Likewise.

From-SVN: r68104

gcc/ChangeLog
gcc/ChangeLog.3
gcc/ChangeLog.6
gcc/config/d30v/d30v.c
gcc/config/h8300/h8300.md
gcc/config/m32r/m32r.md
gcc/config/mips/mips.c
gcc/config/mips/mips.md
gcc/config/ns32k/NOTES

index 3202bf815361521cb395879e66671e6f8d67e9d1..8c9e0b90e91be4f73d8bff96e12b934c4355e626 100644 (file)
@@ -1,3 +1,14 @@
+2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * ChangeLog.3: Fix comment typos.
+       * ChangeLog.6: Likewise.
+       * config/d30v/d30v.c: Likewise.
+       * config/h8300/h8300.md: Likewise.
+       * config/m32r/m32r.md: Likewise.
+       * config/mips/mips.c: Likewise.
+       * config/mips/mips.md: Likewise.
+       * config/ns32k/NOTES: Likewise.
+
 2003-06-17  Ranjit Mathew  <rmathew@hotmail.com>
             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
        
index 2d1fb5f7108e64441eb1551a6c269e1f5002b08c..52df96025fbf25b48b5b4296045d61fd6199a889 100644 (file)
@@ -14863,9 +14863,9 @@ Mon Jan 24 16:56:10 2000  Jim Wilson  <wilson@cygnus.com>
 
 2000-01-24  Richard Henderson  <rth@cygnus.com>
 
-       * rtl.def: Add unordered fp comparisions.
+       * rtl.def: Add unordered fp comparisons.
        * tree.def: Likewise.
-       * tree.h: Add ISO C 9x unordered fp comparision builtins.
+       * tree.h: Add ISO C 9x unordered fp comparison builtins.
 
        * builtins.c (expand_tree_builtin): New function.
        * c-typeck.c (build_function_call): Use it.
index 5618eaa29e2d3a5f0e13ca288da870f3d9fad0d8..a6f412aa3c85f08a33225ceb2a0e2d42b7f0ccf8 100644 (file)
@@ -10043,7 +10043,7 @@ Tue Sep 25 17:13:56 CEST 2001  Jan Hubicka  <jh@suse.cz>
        * config/i386/i386.c (ix86_init_builtins): Correct return type
        building v4hi_ftype_v4hi_int_int tree node.
        (ix86_expand_sse_comi): Fix typo swapping operands.
-       Don't swap comparision condition, it is already swapped.
+       Don't swap comparison condition, it is already swapped.
        (ix86_expand_sse_compare): Before swapping operands
        move operand 1 into new rtx and not the target rtx.
        Don't swap comparison condition, it is already swapped.
index 793e6219e617defa6265e874c529e7df92c5164c..4093ab27abf75751e79de3825a80f03981519a8a 100644 (file)
@@ -2891,8 +2891,8 @@ d30v_print_operand (stream, x, letter)
       letter = 'T';
       /* FALLTHRU */
 
-    case 'F':  /* Print an appropriate suffix for a false comparision.  */
-    case 'T':  /* Print an appropriate suffix for a true  comparision.  */
+    case 'F':  /* Print an appropriate suffix for a false comparison.  */
+    case 'T':  /* Print an appropriate suffix for a true  comparison.  */
       /* Note that the sense of appropriate suffix is for conditional execution
         and opposite of what branches want.  Branches just use the inverse
         operation.  */
index 28573d0abf9dd0170069e9886ca84fabac8ec4ae..6897668d64ff8f73658f99da8b14d0eeece38944 100644 (file)
                      (pc)))]
   "operands[4] = GEN_INT (- INTVAL (operands[1]));")
 
-;; For certain (in)equaltity comparisions against a constant, we can
+;; For certain (in)equaltity comparisons against a constant, we can
 ;; XOR the register with the constant, and test the register against
 ;; 0.
 
index 7dad4e0f8f585285211503c52edbc70dae90adfb..1dff60e5beeec4f525f34cf0e215cd7ec3932702 100644 (file)
   if (! zero_and_one (operands [2], operands [3]))
     FAIL;
 
-  /* Generate the comparision that will set the carry flag.  */
+  /* Generate the comparison that will set the carry flag.  */
   operands[1] = gen_compare (GET_CODE (operands[1]), m32r_compare_op0,
                             m32r_compare_op1, TRUE);
 
index 78e2eee2d01f893bac24c189a2c2ffc6d6995dca..714f637d6201a9c590890078094e7312a2d2dd75 100644 (file)
@@ -9622,7 +9622,7 @@ mips_output_conditional_branch (insn,
   /* The kind of comparison we are doing.  */
   enum rtx_code code = GET_CODE (operands[0]);
   /* Nonzero if the opcode for the comparison needs a `z' indicating
-     that it is a comparision against zero.  */
+     that it is a comparison against zero.  */
   int need_z_p;
   /* A string to use in the assembly output to represent the first
      operand.  */
@@ -9860,7 +9860,7 @@ mips_output_conditional_branch (insn,
 
        strcpy (buffer, "%(%<%[");
        c = strchr (buffer, '\0');
-       /* Generate the reversed comparision.  This takes four
+       /* Generate the reversed comparison.  This takes four
           bytes.  */
        if (float_p)
          sprintf (c, "%%*b%s\t%%Z2%s",
index cbcd2f5d357382ffb27d3249a2b88e5b98909c37..b26960a9a0f7b7a57bfca66d419a689133d365d8 100644 (file)
@@ -6886,7 +6886,7 @@ move\\t%0,%z4\\n\\
   [(set_attr "type"    "branch")
    (set_attr "mode"    "none")])
 
-;; Conditional branch on equality comparision.
+;; Conditional branch on equality comparison.
 
 (define_insn "branch_equality"
   [(set (pc)
index 824c80c841e73ff4307e2e66c61e26dd004ca856..6c5ff9bce7a5cf3113362e279a62144fa94e264e 100644 (file)
@@ -12,7 +12,7 @@ Ian Dall <ian@beware.dropbear.id.au>
 The ns32x81 fpu handles most operands in hardware, but traps on NaN,
 Inf and Denormalized numbers. The correct behavior can be handled by
 the trap handler. This is mostly transparent to the compiler, but in
-the case of floating point comparisions, the trap handler and the
+the case of floating point comparisons, the trap handler and the
 compiler must co-operate.
 
 Comparing a Nan with anything (including another Nan) is an unordered
@@ -90,7 +90,7 @@ For example the emitted code for the case of RLT is
 
 which is, in effect "branch if not less than and not unordered."
 
-These extra comparisions are safe if the trap handler doesn't set the
+These extra comparisons are safe if the trap handler doesn't set the
 L flag, since in that case the additional "bhi" instructions are never
 taken. Also, these extra branch instructions are controlled by the
 "-mieee-compare" option.