]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
iq2000.c: Fix comment typos.
authorKazu Hirata <kazu@cs.umass.edu>
Sat, 23 Aug 2003 02:59:37 +0000 (02:59 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 23 Aug 2003 02:59:37 +0000 (02:59 +0000)
* config/iq2000/iq2000.c: Fix comment typos.
* config/iq2000/iq2000.md: Likewise.

From-SVN: r70727

gcc/ChangeLog
gcc/config/iq2000/iq2000.c
gcc/config/iq2000/iq2000.md

index 527d14ce9b32d4b4857c514d6cd588ff21d31fc9..d0b957e3215af502fef592395fc9bc044f868b30 100644 (file)
@@ -1,3 +1,8 @@
+2003-08-22  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * config/iq2000/iq2000.c: Fix comment typos.
+       * config/iq2000/iq2000.md: Likewise.
+
 2003-08-22  Kazu Hirata  <kazu@cs.umass.edu>
 
        * config/iq2000/iq2000.c: Follow spelling conventions.
index e54f495f3353f8c130909ae1c2f69e9f8e2dd390..f9a62d28189bfdf0b165144e35e515c807739033 100644 (file)
@@ -2697,7 +2697,7 @@ iq2000_output_conditional_branch (rtx insn, rtx *operands, int two_operands_p,
   /* 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.  */
@@ -2813,7 +2813,7 @@ iq2000_output_conditional_branch (rtx insn, rtx *operands, int two_operands_p,
        char *c;
 
        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 4f6b23b328e555e32af923d39839409e474fcd7f..e00794402f2c3443a615d76d8d6f585be5e0303c 100644 (file)
 ;;     Different CC modes are used, based on what type of branch is
 ;;     done, so that we can constrain things appropriately.  There
 ;;     are assumptions in the rest of GCC that break if we fold the
-;;     operands into the branchs for integer operations, and use cc0
+;;     operands into the branches for integer operations, and use cc0
 ;;     for floating point, so we use the fp status register instead.
 ;;     If needed, an appropriate temporary is created to hold the
 ;;     of the integer compare.
   [(set_attr "type"    "branch")
    (set_attr "mode"    "none")])
 
-;; Conditional branch on equality comparision.
+;; Conditional branch on equality comparison.
 
 (define_insn "branch_equality"
   [(set (pc)