From 1aa95df74202a50ca17f06e738c8fae303450fdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20B=C3=ADlka?= Date: Sun, 21 Jul 2013 18:18:04 +0000 Subject: Fix typos. From-SVN: r201109 --- gcc/loop-unroll.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/loop-unroll.c') diff --git a/gcc/loop-unroll.c b/gcc/loop-unroll.c index d03dc3d4029..fa0260175d8 100644 --- a/gcc/loop-unroll.c +++ b/gcc/loop-unroll.c @@ -1632,7 +1632,7 @@ unroll_loop_stupid (struct loop *loop) for a loop to be really simple. We could update the counts, but the problem is that we are unable to decide which exit will be taken (not really true in case the number of iterations is constant, - but noone will do anything with this information, so we do not + but no one will do anything with this information, so we do not worry about it). */ desc->simple_p = false; } -- cgit v1.2.1