aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvmc/llvmc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvmc/llvmc.cpp')
-rw-r--r--tools/llvmc/llvmc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvmc/llvmc.cpp b/tools/llvmc/llvmc.cpp
index c257a3e..dc78397 100644
--- a/tools/llvmc/llvmc.cpp
+++ b/tools/llvmc/llvmc.cpp
@@ -257,7 +257,7 @@ int main(int argc, char **argv) {
// Parse the command line options
cl::ParseCommandLineOptions(argc, argv,
- " LLVM Compiler Driver (llvmc)\n\n"
+ "LLVM Compiler Driver (llvmc)\n\n"
" This program provides easy invocation of the LLVM tool set\n"
" and other compiler tools.\n"
);