Fix typos
[oota-llvm.git] / lib / Transforms / Scalar / ConstantHoisting.cpp
index 0fca617be7ed4080a341f059e7aebe9f70db05f3..6250620c0f18f5e569b9df4fdd949edefdd14ad3 100644 (file)
@@ -454,7 +454,7 @@ bool ConstantHoisting::OptimizeConstants(Function &F) {
   // base constant.
   FindBaseConstants();
 
-  // Finaly hoist the base constant and emit materializating code for dependent
+  // Finally hoist the base constant and emit materializating code for dependent
   // constants.
   MadeChange |= EmitBaseConstants(F);