diff options
author | David Greene <greened@obbligato.org> | 2009-12-23 23:19:43 +0000 |
---|---|---|
committer | David Greene <greened@obbligato.org> | 2009-12-23 23:19:43 +0000 |
commit | 5cd8357137bc18fa0a9d25fcbdf018d21bbcf221 (patch) | |
tree | 324707b3fc2fd3dad664dbff56ce16156a730e7e | |
parent | 91b6bcefc639096626389e2973ee423616fdb423 (diff) | |
download | bcm5719-llvm-5cd8357137bc18fa0a9d25fcbdf018d21bbcf221.tar.gz bcm5719-llvm-5cd8357137bc18fa0a9d25fcbdf018d21bbcf221.zip |
Fix a comment.
llvm-svn: 92082
-rw-r--r-- | llvm/include/llvm/Support/Debug.h | 2 |
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(); |