aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/Debug.h
diff options
context:
space:
mode:
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 7395984..8651fc1 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();