From ef40cdd95b1c44a641c9cfe0bf2fbe8aab21327f Mon Sep 17 00:00:00 2001 From: Erik Verbruggen Date: Wed, 20 Feb 2013 22:33:46 +0000 Subject: Fix accidental concatenation for "outputuntil" in the -debug-buffer-size option description. llvm-svn: 175682 --- llvm/lib/Support/Debug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Support/Debug.cpp') 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 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, -- cgit v1.2.3