From 6dbd43baddbc369411d7c3977eff71e5ab3d6429 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Tue, 28 Sep 2004 11:49:07 +0000 Subject: [PATCH] * optabs.c, optabs.h: Fix comment typos. From-SVN: r88228 --- gcc/ChangeLog | 4 ++++ gcc/optabs.c | 2 +- gcc/optabs.h | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7247c385f54..5c7276ab722 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-09-28 Kazu Hirata + + * optabs.c, optabs.h: Fix comment typos. + 2004-09-28 Eric Botcazou * config/sparc/sparc.md (call_address_struct_value_sp32): diff --git a/gcc/optabs.c b/gcc/optabs.c index 8354f7878fc..fc3ef00ba43 100644 --- a/gcc/optabs.c +++ b/gcc/optabs.c @@ -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); diff --git a/gcc/optabs.h b/gcc/optabs.h index 68be8d35e7f..2d332e31794 100644 --- a/gcc/optabs.h +++ b/gcc/optabs.h @@ -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. */ -- 2.30.2