Committing as obvious. Thanks, Kyrill
2016-05-12 Kyrylo Tkachov <kyrylo.tkac...@arm.com> * tree-ssa-loop-ivanon.c (try_unroll_loop_completely): Typo fix in comment.
diff --git a/gcc/tree-ssa-loop-ivcanon.c b/gcc/tree-ssa-loop-ivcanon.c index 9d92276dbbbfe3a768b9e8b0c90ee60e05c885fb..e8f67953231f54ce2517a55e1587ccf646b8f74c 100644 --- a/gcc/tree-ssa-loop-ivcanon.c +++ b/gcc/tree-ssa-loop-ivcanon.c @@ -807,7 +807,7 @@ try_unroll_loop_completely (struct loop *loop, loop->num); return false; } - /* Complette unrolling is major win when control flow is removed and + /* Complete unrolling is a major win when control flow is removed and one big basic block is created. If the loop contains control flow the optimization may still be a win because of eliminating the loop overhead but it also may blow the branch predictor tables.