[comitted patch] Fix comment typos in jump.c.

Kazu Hirata kazu@hxi.com
Fri Jul 13 11:35:00 GMT 2001


Hi,

I comitted the attached obvious patch to both the branch and the
mainline.

Kazu Hirata

2001-07-13  Kazu Hirata  <kazu@hxi.com>

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

Index: jump.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/jump.c,v
retrieving revision 1.181
diff -u -r1.181 jump.c
--- jump.c	2001/07/13 17:24:48	1.181
+++ jump.c	2001/07/13 18:29:50
@@ -1702,7 +1702,7 @@
 	  && rtx_renumbered_equal_p (XEXP (cinsn, 1), XEXP (ctarget, 1)));
 }
 
-/* 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 @@
 	}
 #endif
 
-  /* Try few special cases based on the comparison code.  */
+  /* Try a few special cases based on the comparison code.  */
   switch (code)
     {
       case GEU:



More information about the Gcc-patches mailing list