commit | ca7d19e2afcde9725422e832f4bf55bf61ab0903 | [log] [tgz] |
---|---|---|
author | Jeff Cohen <jeffc@jolt-lang.org> | Sat Jan 01 22:10:32 2005 +0000 |
committer | Jeff Cohen <jeffc@jolt-lang.org> | Sat Jan 01 22:10:32 2005 +0000 |
tree | 47b1ef45f4256fb9d1db341e2899e81314fd24ba | |
parent | b06a83e285ba313751478e81656868c9e2068671 [diff] [blame] |
Fix typo 'ompress' => 'compress'. llvm-svn: 19232
diff --git a/llvm/tools/gccas/gccas.cpp b/llvm/tools/gccas/gccas.cpp index c222c6e..deb9397 100644 --- a/llvm/tools/gccas/gccas.cpp +++ b/llvm/tools/gccas/gccas.cpp
@@ -53,7 +53,7 @@ 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")); cl::opt<bool> TF("traditional-format", cl::Hidden, cl::desc("Compatibility option: ignored"));