summaryrefslogtreecommitdiff
path: root/gcc/loop.c
diff options
context:
space:
mode:
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2000-07-18 00:31:30 +0000
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2000-07-18 00:31:30 +0000
commitc25f946dfdb078a45f04f77f6d2ba17241d27716 (patch)
tree69444a491af9b3e9f1aacf3696571ea2f36636ae /gcc/loop.c
parent06f1fb809b3981f2d76042854a1d3c0b98ab65b4 (diff)
downloadgcc-c25f946dfdb078a45f04f77f6d2ba17241d27716.tar.gz
Fix typos in comment
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35112 138bc75d-0d04-0410-961f-82ee72b054a4
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 8d7c360f7a6..d68979bbb5b 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)