aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/ConstantFold.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/VMCore/ConstantFold.h')
-rw-r--r--lib/VMCore/ConstantFold.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/VMCore/ConstantFold.h b/lib/VMCore/ConstantFold.h
index fddee23765..49aea11870 100644
--- a/lib/VMCore/ConstantFold.h
+++ b/lib/VMCore/ConstantFold.h
@@ -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.
//
//===----------------------------------------------------------------------===//