diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2005-05-07 14:43:55 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-05-07 14:43:55 +0000 |
commit | bb22512c9f2a6e96e1b97b417f58b7d42b121912 (patch) | |
tree | bd4c862bb90c9abd4e4d1302f27cafd6ae1f99bb /gcc/tree-ssa-loop-ivcanon.c | |
parent | 497fbaa064239dd1b7499450db81aa468bb17115 (diff) | |
download | gcc-bb22512c9f2a6e96e1b97b417f58b7d42b121912.tar.gz |
tree-ssa-loop-ivcanon.c, [...]: Fix comment typos.
* tree-ssa-loop-ivcanon.c, config/i386/i386.c,
config/rs6000/rs6000.h: Fix comment typos.
From-SVN: r99350
Diffstat (limited to 'gcc/tree-ssa-loop-ivcanon.c')
-rw-r--r-- | gcc/tree-ssa-loop-ivcanon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-loop-ivcanon.c b/gcc/tree-ssa-loop-ivcanon.c index c4e64b2635a..80aecdc2c3a 100644 --- a/gcc/tree-ssa-loop-ivcanon.c +++ b/gcc/tree-ssa-loop-ivcanon.c @@ -59,7 +59,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA enum unroll_level { - UL_SINGLE_ITER, /* Only loops that exit immediatelly in the first + UL_SINGLE_ITER, /* Only loops that exit immediately in the first iteration. */ UL_NO_GROWTH, /* Only loops whose unrolling will not cause increase of code size. */ |