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)
llvm-svn: 239556

llvm/include/llvm/CodeGen/CommandFlags.h

index c5183dc..3c3f770 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>