Fix comment typos.
[oota-llvm.git] / lib / Transforms / Scalar / ConstantProp.cpp
index dbbc86142cf02d7daed9774d2475a020a75ca7d2..05bb4f0c7be754d6677c48bea2f6e23242ea8cc5 100644 (file)
@@ -14,7 +14,7 @@
 //
 // Notice that:
 //   * This pass has a habit of making definitions be dead.  It is a good idea
-//     to to run a DIE pass sometime after running this pass.
+//     to run a DIE pass sometime after running this pass.
 //
 //===----------------------------------------------------------------------===//