Fix some comment typos.
[oota-llvm.git] / lib / Transforms / InstCombine / InstructionCombining.cpp
index 734056d211870f456c77440412e4f43eb6b7e3a3..d39b49fca866a1f7809dc6e20d51883d1595c0a2 100644 (file)
@@ -519,7 +519,7 @@ static Value *tryFactorization(InstCombiner::BuilderTy *Builder,
           if (isa<OverflowingBinaryOperator>(Op1))
             HasNSW &= Op1->hasNoSignedWrap();
 
-        // We can propogate 'nsw' if we know that
+        // We can propagate 'nsw' if we know that
         //  %Y = mul nsw i16 %X, C
         //  %Z = add nsw i16 %Y, %X
         // =>