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/tree-ssa-loop-niter.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/tree-ssa-loop-niter.c')
-rw-r--r-- | gcc/tree-ssa-loop-niter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-loop-niter.c b/gcc/tree-ssa-loop-niter.c index 47267ac..56ef2e9 100644 --- a/gcc/tree-ssa-loop-niter.c +++ b/gcc/tree-ssa-loop-niter.c @@ -1060,7 +1060,7 @@ number_of_iterations_exit (struct loop *loop, edge exit, return false; /* We don't want to see undefined signed overflow warnings while - computing the nmber of iterations. */ + computing the number of iterations. */ fold_defer_overflow_warnings (); iv0.base = expand_simple_operations (iv0.base); |