diff --git a/lib/Transforms/Scalar/LoopUnroll.cpp b/lib/Transforms/Scalar/LoopUnroll.cpp index a9dba4bb5ef..4f2a0e0b62e 100644 --- a/lib/Transforms/Scalar/LoopUnroll.cpp +++ b/lib/Transforms/Scalar/LoopUnroll.cpp @@ -213,7 +213,7 @@ bool LoopUnroll::visitLoop(Loop *L) { // We don't want to reprocess entries with PHI nodes in them. For this // reason, we look at each operand of each user exactly once, performing the - // stubstitution exactly once. + // substitution exactly once. for (std::set::iterator UI = Users.begin(), E = Users.end(); UI != E; ++UI) { Instruction *I = cast(*UI);