aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/loop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/loop.c b/gcc/loop.c
index 8d7c360..d68979b 100644
--- a/gcc/loop.c
+++ b/gcc/loop.c
@@ -7797,8 +7797,8 @@ check_dbra_loop (loop, insn_count)
{
/* If more than one condition is present to control the loop, then
- do not procceed as this function does not know how to rewrite loop
- tests with more than one condition. */
+ do not proceed, as this function does not know how to rewrite
+ loop tests with more than one condition. */
rtx jump1;
if ((jump1 = prev_nonnote_insn (jump)) != loop->cont)