From c9234c583573cfc0b19a94ecd766e2521e75e91c Mon Sep 17 00:00:00 2001 From: "Michael J. Spencer" Date: Sun, 8 Aug 2010 23:26:49 +0000 Subject: [PATCH] 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 --- tools/llc/llc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), -- 2.34.1