aboutsummaryrefslogtreecommitdiff
path: root/gcc/loop.c
diff options
context:
space:
mode:
authorZack Weinberg <zack@gcc.gnu.org>2000-07-18 00:31:30 +0000
committerZack Weinberg <zack@gcc.gnu.org>2000-07-18 00:31:30 +0000
commit5d8fcdcb2ddbd52a35621a7880cf268c50a54027 (patch)
tree69444a491af9b3e9f1aacf3696571ea2f36636ae /gcc/loop.c
parent5c3bc9fb923dba3908b2bf23370b05defc1b8cc8 (diff)
downloadgcc-5d8fcdcb2ddbd52a35621a7880cf268c50a54027.zip
gcc-5d8fcdcb2ddbd52a35621a7880cf268c50a54027.tar.gz
gcc-5d8fcdcb2ddbd52a35621a7880cf268c50a54027.tar.bz2
Fix typos in comment
From-SVN: r35112
Diffstat (limited to 'gcc/loop.c')
-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)