]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* optabs.c, optabs.h: Fix comment typos.
authorKazu Hirata <kazu@cs.umass.edu>
Tue, 28 Sep 2004 11:49:07 +0000 (11:49 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Tue, 28 Sep 2004 11:49:07 +0000 (11:49 +0000)
From-SVN: r88228

gcc/ChangeLog
gcc/optabs.c
gcc/optabs.h

index 7247c385f545b3bc8ff4d0d16954caee5b101cc2..5c7276ab7226213d55e82014095a1815b3ce453e 100644 (file)
@@ -1,3 +1,7 @@
+2004-09-28  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * optabs.c, optabs.h: Fix comment typos.
+
 2004-09-28  Eric Botcazou  <ebotcazou@act-europe.fr>
 
        * config/sparc/sparc.md (call_address_struct_value_sp32):
index 8354f7878fc63c07c6ee362cd2e0726eb19c03de..fc3ef00ba43e383ece183a5a1f8fbf1e732e2c11 100644 (file)
@@ -5145,7 +5145,7 @@ expand_vec_cond_expr (tree vec_cond_expr, rtx target)
   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 68be8d35e7ffbbdd318f2c452d2a74e839e16b3b..2d332e31794461dabf59009e15c5d97f851d5b6a 100644 (file)
@@ -504,7 +504,7 @@ extern void expand_float (rtx, rtx, int);
 /* 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.  */