Fix comment typos.
authorDuncan Sands <baldrick@free.fr>
Fri, 1 Aug 2008 12:23:49 +0000 (12:23 +0000)
committerDuncan Sands <baldrick@free.fr>
Fri, 1 Aug 2008 12:23:49 +0000 (12:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54266 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/ConstantProp.cpp
lib/VMCore/ConstantFold.h

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.
 //
 //===----------------------------------------------------------------------===//
 
index fddee237654a80358ad69ed6483121edda4a8de7..49aea11870afb7732d99085f9973e3e366e6edfd 100644 (file)
@@ -11,8 +11,8 @@
 // interfaces are used by the ConstantExpr::get* methods to automatically fold
 // constants when possible.
 //
-// These operators may return a null object if I don't know how to perform the
-// specified operation on the specified constant types.
+// These operators may return a null object if they don't know how to perform
+// the specified operation on the specified constant types.
 //
 //===----------------------------------------------------------------------===//