]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/unroll.c
typo typo fixes fixes
[thirdparty/gcc.git] / gcc / unroll.c
index a6cd9bdd5290e3806b1ac844b22f0fb3890f47f7..2f6a2e80c37e9de5647bb9ba92f56c3af9a1c4ef 100644 (file)
@@ -2287,7 +2287,7 @@ biv_total_increment (bl, loop_start, loop_end)
 
   /* For increment, must check every instruction that sets it.  Each
      instruction must be executed only once each time through the loop.
-     To verify this, we check that the the insn is always executed, and that
+     To verify this, we check that the insn is always executed, and that
      there are no backward branches after the insn that branch to before it.
      Also, the insn must have a mult_val of one (to make sure it really is
      an increment).  */