diff --git a/llvm/include/llvm/Support/Debug.h b/llvm/include/llvm/Support/Debug.h index 73959841d3da..8651fc1abea9 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();