This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] optabs.[ch]: Fix comment typos.


Hi,

Committed as obvious.

Kazu Hirata

2004-09-28  Kazu Hirata  <kazu@cs.umass.edu>

	* optabs.c, optabs.h: Fix comment typos.

Index: optabs.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/optabs.c,v
retrieving revision 1.244
diff -u -r1.244 optabs.c
--- optabs.c	28 Sep 2004 00:13:11 -0000	1.244
+++ optabs.c	28 Sep 2004 11:38:20 -0000
@@ -5145,7 +5145,7 @@
   if (!target)
     target = gen_reg_rtx (mode);
 
-  /* Get comparision rtx. First expand both cond expr operands.  */
+  /* Get comparison rtx.  First expand both cond expr operands.  */
   comparison = vector_compare_rtx (TREE_OPERAND (vec_cond_expr, 0), 
 				   unsignedp, icode);
   cc_op0 = XEXP (comparison, 0);
Index: optabs.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/optabs.h,v
retrieving revision 1.38
diff -u -r1.38 optabs.h
--- optabs.h	28 Sep 2004 00:13:11 -0000	1.38
+++ optabs.h	28 Sep 2004 11:38:20 -0000
@@ -504,7 +504,7 @@
 /* Generate code for a FIX_EXPR.  */
 extern void expand_fix (rtx, rtx, int);
 
-/* Return tree if target supports vector operatiosn for COND_EXPR.  */
+/* Return tree if target supports vector operations for COND_EXPR.  */
 bool expand_vec_cond_expr_p (tree, enum machine_mode);
 
 /* Generate code for VEC_COND_EXPR.  */


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]