diff options
Diffstat (limited to 'llvm/tools/llvm-as')
-rw-r--r-- | llvm/tools/llvm-as/llvm-as.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-as/llvm-as.cpp b/llvm/tools/llvm-as/llvm-as.cpp index 804490a77ea..eb77a33165b 100644 --- a/llvm/tools/llvm-as/llvm-as.cpp +++ b/llvm/tools/llvm-as/llvm-as.cpp @@ -42,7 +42,7 @@ DumpAsm("d", cl::desc("Print assembly as parsed"), cl::Hidden); static cl::opt<bool> NoCompress("disable-compression", cl::init(false), - cl::desc("Don't ompress the generated bytecode")); + cl::desc("Don't compress the generated bytecode")); static cl::opt<bool> DisableVerify("disable-verify", cl::Hidden, |