CMake: removed lib/VMCore/DebugInfoBuilder.cpp.
[oota-llvm.git] / lib / VMCore / ConstantFold.h
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.
 //
 //===----------------------------------------------------------------------===//