llc: Fix help typo as pointed out by Nick Lewycky.

llvm-svn: 110556
This commit is contained in:
Michael J. Spencer 2010-08-08 23:26:49 +00:00
parent fb1f29acf9
commit 4c0895893b
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ MAttrs("mattr",
static cl::opt<bool>
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<TargetMachine::CodeGenFileType>
FileType("filetype", cl::init(TargetMachine::CGFT_AssemblyFile),