From: Michael J. Spencer Date: Sun, 8 Aug 2010 23:26:49 +0000 (+0000) Subject: llc: Fix help typo as pointed out by Nick Lewycky. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=c9234c583573cfc0b19a94ecd766e2521e75e91c;p=oota-llvm.git llc: Fix help typo as pointed out by Nick Lewycky. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110556 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llc/llc.cpp b/tools/llc/llc.cpp index 9227e1c6b35..5e36351b08f 100644 --- a/tools/llc/llc.cpp +++ b/tools/llc/llc.cpp @@ -79,7 +79,7 @@ MAttrs("mattr", static cl::opt RelaxAll("mc-relax-all", cl::desc("When used with filetype=obj, " - "relax all fixups in the emited object file")); + "relax all fixups in the emitted object file")); cl::opt FileType("filetype", cl::init(TargetMachine::CGFT_AssemblyFile),