Fix a typo in a comment that Duncan noticed.
[oota-llvm.git] / lib / Analysis / ScalarEvolution.cpp
index 9f649edca705eab0483815dc68179a994b7a33f8..b56318e78b6909e236d97bb643ff520485735c47 100644 (file)
@@ -5013,7 +5013,7 @@ ScalarEvolution::HowManyLessThans(const SCEV *LHS, const SCEV *RHS,
       // Note that it's not sufficient to check NoWrap here, because even
       // though the value after a wrap is undefined, it's not undefined
       // behavior, so if wrap does occur, the loop could either terminate or
-      // loop infinately, but in either case, the loop is guaranteed to
+      // loop infinitely, but in either case, the loop is guaranteed to
       // iterate at least until the iteration where the wrapping occurs.
       const SCEV *One = getIntegerSCEV(1, Step->getType());
       if (isSigned) {