From: Douglas Katzman Date: Thu, 11 Jun 2015 20:03:23 +0000 (+0000) Subject: Fix English usage in command line flag help string. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=3238e64ef4734baeddd70625be23da8f0796749d;p=oota-llvm.git Fix English usage in command line flag help string. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239556 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/CommandFlags.h b/include/llvm/CodeGen/CommandFlags.h index c5183dc42b1..3c3f770f92b 100644 --- a/include/llvm/CodeGen/CommandFlags.h +++ b/include/llvm/CodeGen/CommandFlags.h @@ -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