]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/combine.c
Fix double word typos.
[thirdparty/gcc.git] / gcc / combine.c
index 1e5b198f4d9a41a9cc933e361886ebb953521e59..574f874d2b19c9201d55778253d275d156e24163 100644 (file)
@@ -31,7 +31,7 @@ along with GCC; see the file COPYING3.  If not see
    We also try to combine triplets of insns A, B and C when C has
    a link back to B and B has a link back to A.  Likewise for a
    small number of quadruplets of insns A, B, C and D for which
-   there's high likelihood of of success.
+   there's high likelihood of success.
 
    LOG_LINKS does not have links for use of the CC0.  They don't
    need to, because the insn that sets the CC0 is always immediately