]> gcc.gnu.org Git - gcc.git/commitdiff
Fix typos in comment
authorZack Weinberg <zack@gcc.gnu.org>
Tue, 18 Jul 2000 00:31:30 +0000 (00:31 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Tue, 18 Jul 2000 00:31:30 +0000 (00:31 +0000)
From-SVN: r35112

gcc/loop.c

index 8d7c360f7a612253f9b47b6a64e007ff7f5471d6..d68979bbb5b584d2887c7a88056147b80e9f94fb 100644 (file)
@@ -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)
This page took 0.075538 seconds and 5 git commands to generate.