summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Greene <greened@obbligato.org>2009-12-23 23:19:43 +0000
committerDavid Greene <greened@obbligato.org>2009-12-23 23:19:43 +0000
commit5cd8357137bc18fa0a9d25fcbdf018d21bbcf221 (patch)
tree324707b3fc2fd3dad664dbff56ce16156a730e7e
parent91b6bcefc639096626389e2973ee423616fdb423 (diff)
downloadbcm5719-llvm-5cd8357137bc18fa0a9d25fcbdf018d21bbcf221.tar.gz
bcm5719-llvm-5cd8357137bc18fa0a9d25fcbdf018d21bbcf221.zip
Fix a comment.
llvm-svn: 92082
-rw-r--r--llvm/include/llvm/Support/Debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Support/Debug.h b/llvm/include/llvm/Support/Debug.h
index 73959841d3d..8651fc1abea 100644
--- a/llvm/include/llvm/Support/Debug.h
+++ b/llvm/include/llvm/Support/Debug.h
@@ -83,7 +83,7 @@ void SetCurrentDebugType(const char *Type);
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();
OpenPOWER on IntegriCloud