diff options
Diffstat (limited to 'tools/llvmc/llvmc.cpp')
-rw-r--r-- | tools/llvmc/llvmc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvmc/llvmc.cpp b/tools/llvmc/llvmc.cpp index c257a3ebab..dc78397b1e 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" ); |