summaryrefslogtreecommitdiff
path: root/lib/Support
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
commit3179b179467a07e601be5172213850786a985f74 (patch)
treeb796211165e73c17064a5b5322b48c66cd66545a /lib/Support
parentcb2ae3d98e3bb36e5813f8f69b00d39efd026dcd (diff)
downloadllvm-3179b179467a07e601be5172213850786a985f74.tar.gz
llvm-3179b179467a07e601be5172213850786a985f74.tar.bz2
llvm-3179b179467a07e601be5172213850786a985f74.tar.xz
Fix accidental concatenation for "outputuntil" in the -debug-buffer-size option description.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175682 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Support')
-rw-r--r--lib/Support/Debug.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Support/Debug.cpp b/lib/Support/Debug.cpp
index 0c0f15eddd..d9cb8a9da8 100644
--- a/lib/Support/Debug.cpp
+++ b/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,