summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Debug.cpp
diff options
context:
space:
mode:
authorErik Verbruggen <erikjv@me.com>2013-02-20 22:33:46 +0000
committerErik Verbruggen <erikjv@me.com>2013-02-20 22:33:46 +0000
commitef40cdd95b1c44a641c9cfe0bf2fbe8aab21327f (patch)
treea81a77017f871d4076dddc6c521546a0a456f293 /llvm/lib/Support/Debug.cpp
parent011bda8031bb68c86a1eebcf328697d418dfd5d6 (diff)
downloadbcm5719-llvm-ef40cdd95b1c44a641c9cfe0bf2fbe8aab21327f.tar.gz
bcm5719-llvm-ef40cdd95b1c44a641c9cfe0bf2fbe8aab21327f.zip
Fix accidental concatenation for "outputuntil" in the -debug-buffer-size option description.
llvm-svn: 175682
Diffstat (limited to 'llvm/lib/Support/Debug.cpp')
-rw-r--r--llvm/lib/Support/Debug.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/Debug.cpp b/llvm/lib/Support/Debug.cpp
index 0c0f15eddd3..d9cb8a9da81 100644
--- a/llvm/lib/Support/Debug.cpp
+++ b/llvm/lib/Support/Debug.cpp
@@ -44,7 +44,7 @@ Debug("debug", cl::desc("Enable debug output"), cl::Hidden,
//until program termination.
static cl::opt<unsigned>
DebugBufferSize("debug-buffer-size",
- cl::desc("Buffer the last N characters of debug output"
+ cl::desc("Buffer the last N characters of debug output "
"until program termination. "
"[default 0 -- immediate print-out]"),
cl::Hidden,
OpenPOWER on IntegriCloud