Fix English usage in command line flag help string.
authorDouglas Katzman <dougk@google.com>
Thu, 11 Jun 2015 20:03:23 +0000 (20:03 +0000)
committerDouglas Katzman <dougk@google.com>
Thu, 11 Jun 2015 20:03:23 +0000 (20:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239556 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/CommandFlags.h

index c5183dc42b17f0733c20ac359273efb4fc5b5aa8..3c3f770f92b5f51bbbf567ff3359c125dd21be5c 100644 (file)
@@ -151,7 +151,7 @@ FuseFPOps("fp-contract",
               clEnumValN(FPOpFusion::Standard, "on",
                          "Only fuse 'blessed' FP ops."),
               clEnumValN(FPOpFusion::Strict, "off",
-                         "Only fuse FP ops when the result won't be effected."),
+                         "Only fuse FP ops when the result won't be affected."),
               clEnumValEnd));
 
 cl::list<std::string>