diff options
author | Ondřej Bílka <neleai@seznam.cz> | 2013-07-21 18:18:04 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2013-07-21 18:18:04 +0000 |
commit | 1aa95df74202a50ca17f06e738c8fae303450fdd (patch) | |
tree | 4cf7616fe25f46e4466b597faf6d52056d8cb397 /gcc/loop-unroll.c | |
parent | c0d18c6c7d528e3acfb2506d831191c6e5c82b68 (diff) | |
download | gcc-1aa95df74202a50ca17f06e738c8fae303450fdd.zip gcc-1aa95df74202a50ca17f06e738c8fae303450fdd.tar.gz gcc-1aa95df74202a50ca17f06e738c8fae303450fdd.tar.bz2 |
Fix typos.
From-SVN: r201109
Diffstat (limited to 'gcc/loop-unroll.c')
-rw-r--r-- | gcc/loop-unroll.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/loop-unroll.c b/gcc/loop-unroll.c index d03dc3d..fa02601 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; } |