diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2007-02-18 00:52:51 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2007-02-18 00:52:51 +0000 |
commit | ea2c620c644121eb9596d47c182453475f5dc559 (patch) | |
tree | b38a0a5dbb19ac45ec4d154b015e6872d5aa49c0 /gcc/fold-const.c | |
parent | aabd86cb158b3da3e02f060cae2b3adc0dbda6dc (diff) | |
download | gcc-ea2c620c644121eb9596d47c182453475f5dc559.zip gcc-ea2c620c644121eb9596d47c182453475f5dc559.tar.gz gcc-ea2c620c644121eb9596d47c182453475f5dc559.tar.bz2 |
cfgloop.c, [...]: Fix comment typos.
* cfgloop.c, config/alpha/alpha.c, config/bfin/bfin.c,
config/i386/athlon.md, config/ia64/ia64.md,
config/rs6000/rs6000.c, config/s390/s390.c, config/spu/spu.md,
df-problems.c, df.h, fold-const.c, ipa-cp.c, ipa-inline.c,
ipa-prop.h, see.c, struct-equiv.c, tree-inline.c,
tree-ssa-loop-niter.c, tree-vect-analyze.c,
tree-vect-transform.c: Fix comment typos.
From-SVN: r122080
Diffstat (limited to 'gcc/fold-const.c')
-rw-r--r-- | gcc/fold-const.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/fold-const.c b/gcc/fold-const.c index 946146c..951de40 100644 --- a/gcc/fold-const.c +++ b/gcc/fold-const.c @@ -8860,8 +8860,8 @@ fold_comparison (enum tree_code code, tree type, tree op0, tree op1) } /* If this is a comparison of complex values and both sides - are COMPLEX_CST, do the comparision by parts to fold the - comparision. */ + are COMPLEX_CST, do the comparison by parts to fold the + comparison. */ if ((code == EQ_EXPR || code == NE_EXPR) && TREE_CODE (TREE_TYPE (arg0)) == COMPLEX_TYPE && TREE_CODE (arg0) == COMPLEX_CST |