diff options
author | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-08-08 23:26:49 +0000 |
---|---|---|
committer | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-08-08 23:26:49 +0000 |
commit | 4c0895893b4db90cddabaeb96f34f2cc0d9e7b61 (patch) | |
tree | 934681766e995140184058d9d84b1ed8ebb4159a /llvm/tools | |
parent | fb1f29acf9dfc9386a3951e62fa09d9ab84eca05 (diff) | |
download | bcm5719-llvm-4c0895893b4db90cddabaeb96f34f2cc0d9e7b61.tar.gz bcm5719-llvm-4c0895893b4db90cddabaeb96f34f2cc0d9e7b61.zip |
llc: Fix help typo as pointed out by Nick Lewycky.
llvm-svn: 110556
Diffstat (limited to 'llvm/tools')
-rw-r--r-- | llvm/tools/llc/llc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llc/llc.cpp b/llvm/tools/llc/llc.cpp index 9227e1c6b35..5e36351b08f 100644 --- a/llvm/tools/llc/llc.cpp +++ b/llvm/tools/llc/llc.cpp @@ -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), |