From bb22512c9f2a6e96e1b97b417f58b7d42b121912 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sat, 7 May 2005 14:43:55 +0000 Subject: 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 --- gcc/tree-ssa-loop-ivcanon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/tree-ssa-loop-ivcanon.c') 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. */ -- cgit v1.2.1