summaryrefslogtreecommitdiff
path: root/gcc/loop-unroll.c
diff options
context:
space:
mode:
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2013-07-21 18:18:04 +0000
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2013-07-21 18:18:04 +0000
commit75de4aa2388b611eccdaac5526121fd3a034cab3 (patch)
tree4cf7616fe25f46e4466b597faf6d52056d8cb397 /gcc/loop-unroll.c
parentc31fb425536dbb9f6df5cb9d3ce26bff6189d389 (diff)
downloadgcc-75de4aa2388b611eccdaac5526121fd3a034cab3.tar.gz
Fix typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@201109 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/loop-unroll.c')
-rw-r--r--gcc/loop-unroll.c2
1 files changed, 1 insertions, 1 deletions
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;
}