summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvmc/llvmc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/tools/llvmc/llvmc.cpp')
-rw-r--r--llvm/tools/llvmc/llvmc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvmc/llvmc.cpp b/llvm/tools/llvmc/llvmc.cpp
index c257a3ebab2..dc78397b1e4 100644
--- a/llvm/tools/llvmc/llvmc.cpp
+++ b/llvm/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"
);
OpenPOWER on IntegriCloud