summaryrefslogtreecommitdiff
path: root/include/llvm/Support/Debug.h
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
commit001762bb250b6b9afe22055a2665a03113969695 (patch)
tree777a3977093921538471dac3454d81461cb878ea /include/llvm/Support/Debug.h
parent4027f3d7451b3c23ca54140cb16babbdef740d1f (diff)
downloadllvm-001762bb250b6b9afe22055a2665a03113969695.tar.gz
llvm-001762bb250b6b9afe22055a2665a03113969695.tar.bz2
llvm-001762bb250b6b9afe22055a2665a03113969695.tar.xz
Fix a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92082 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/Debug.h')
-rw-r--r--include/llvm/Support/Debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/Debug.h b/include/llvm/Support/Debug.h
index 73959841d3..8651fc1abe 100644
--- a/include/llvm/Support/Debug.h
+++ b/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();