diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-09-28 11:49:07 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-09-28 11:49:07 +0000 |
commit | 6dbd43baddbc369411d7c3977eff71e5ab3d6429 (patch) | |
tree | 15c951ebad5823d53d564a6b662af5683c20d099 /gcc/optabs.c | |
parent | ecaa611b36e437b946d7192500a6c5dcdb9d328d (diff) | |
download | gcc-6dbd43baddbc369411d7c3977eff71e5ab3d6429.zip gcc-6dbd43baddbc369411d7c3977eff71e5ab3d6429.tar.gz gcc-6dbd43baddbc369411d7c3977eff71e5ab3d6429.tar.bz2 |
* optabs.c, optabs.h: Fix comment typos.
From-SVN: r88228
Diffstat (limited to 'gcc/optabs.c')
-rw-r--r-- | gcc/optabs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/optabs.c b/gcc/optabs.c index 8354f78..fc3ef00 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); |