From 5d8fcdcb2ddbd52a35621a7880cf268c50a54027 Mon Sep 17 00:00:00 2001 From: Zack Weinberg Date: Tue, 18 Jul 2000 00:31:30 +0000 Subject: [PATCH] Fix typos in comment From-SVN: r35112 --- gcc/loop.c | 4 ++-- 1 file 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)