jump.c (reversed_comparison_code_parts): Fix comment typos.
authorKazu Hirata <kazu@hxi.com>
Fri, 13 Jul 2001 18:32:30 +0000 (18:32 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Fri, 13 Jul 2001 18:32:30 +0000 (18:32 +0000)
2001-07-13  Kazu Hirata  <kazu@hxi.com>

* jump.c (reversed_comparison_code_parts): Fix comment typos.

From-SVN: r43990

gcc/ChangeLog
gcc/jump.c

index 242c4916a2456be953703e47fd3222c4a8ee81dc..db0125f9b4ed7b1f65d8c6372a57750528afbeb2 100644 (file)
@@ -1,3 +1,7 @@
+2001-07-13  Kazu Hirata  <kazu@hxi.com>
+
+       * jump.c (reversed_comparison_code_parts): Fix comment typos.
+
 2001-07-13  H.J. Lu  (hjl@gnu.org)
 
        * config/elfos.h (UNIQUE_SECTION): Enable .bss section.
index 010c1c7319d9a2e7b7b22e059c643cd241d70206..ffe958e39266a193909ea3ddfb531504e89c7bee 100644 (file)
@@ -1702,7 +1702,7 @@ jump_back_p (insn, target)
          && rtx_renumbered_equal_p (XEXP (cinsn, 1), XEXP (ctarget, 1)));
 }
 \f
-/* Given a comparison (CODE ARG0 ARG1), inside a insn, INSN, return an code
+/* Given a comparison (CODE ARG0 ARG1), inside an insn, INSN, return a code
    of reversed comparison if it is possible to do so.  Otherwise return UNKNOWN.
    UNKNOWN may be returned in case we are having CC_MODE compare and we don't
    know whether it's source is floating point or integer comparison.  Machine
@@ -1737,7 +1737,7 @@ reversed_comparison_code_parts (code, arg0, arg1, insn)
        }
 #endif
 
-  /* Try few special cases based on the comparison code.  */
+  /* Try few special cases based on the comparison code.  */
   switch (code)
     {
       case GEU: