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/cfgloop.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/cfgloop.c')
-rw-r--r-- | gcc/cfgloop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfgloop.c b/gcc/cfgloop.c index 4465b11..62ee79c 100644 --- a/gcc/cfgloop.c +++ b/gcc/cfgloop.c @@ -701,7 +701,7 @@ disambiguate_multiple_latches (struct loop *loop) { edge e; - /* We eliminate the mutiple latches by splitting the header to the forwarder + /* We eliminate the multiple latches by splitting the header to the forwarder block F and the rest R, and redirecting the edges. There are two cases: 1) If there is a latch edge E that corresponds to a subloop (we guess |