[llvm] r239556 - Fix English usage in command line flag help string.
Douglas Katzman
dougk at google.com
Thu Jun 11 13:03:24 PDT 2015
Author: dougk
Date: Thu Jun 11 15:03:23 2015
New Revision: 239556
URL: http://llvm.org/viewvc/llvm-project?rev=239556&view=rev
Log:
Fix English usage in command line flag help string.
Modified:
llvm/trunk/include/llvm/CodeGen/CommandFlags.h
Modified: llvm/trunk/include/llvm/CodeGen/CommandFlags.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/CommandFlags.h?rev=239556&r1=239555&r2=239556&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/CommandFlags.h (original)
+++ llvm/trunk/include/llvm/CodeGen/CommandFlags.h Thu Jun 11 15:03:23 2015
@@ -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>
More information about the llvm-commits
mailing list