[llvm-commits] [llvm] r92082 - /llvm/trunk/include/llvm/Support/Debug.h
David Greene
greened at obbligato.org
Wed Dec 23 15:19:44 PST 2009
Author: greened
Date: Wed Dec 23 17:19:43 2009
New Revision: 92082
URL: http://llvm.org/viewvc/llvm-project?rev=92082&view=rev
Log:
Fix a comment.
Modified:
llvm/trunk/include/llvm/Support/Debug.h
Modified: llvm/trunk/include/llvm/Support/Debug.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/Debug.h?rev=92082&r1=92081&r2=92082&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Support/Debug.h (original)
+++ llvm/trunk/include/llvm/Support/Debug.h Wed Dec 23 17:19:43 2009
@@ -83,7 +83,7 @@
extern bool EnableDebugBuffering;
/// dbgs() - This returns a reference to a raw_ostream for debugging
-/// messages. If debugging is disabled it returns dbgs(). Use it
+/// messages. If debugging is disabled it returns errs(). Use it
/// like: dbgs() << "foo" << "bar";
raw_ostream &dbgs();
More information about the llvm-commits
mailing list