projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4027f3d
)
Fix a comment.
author
David Greene
<greened@obbligato.org>
Wed, 23 Dec 2009 23:19:43 +0000
(23:19 +0000)
committer
David Greene
<greened@obbligato.org>
Wed, 23 Dec 2009 23:19:43 +0000
(23:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92082
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Support/Debug.h
patch
|
blob
|
history
diff --git
a/include/llvm/Support/Debug.h
b/include/llvm/Support/Debug.h
index 73959841d3daf3d3cc8d3b4c5aa627efae098bfe..8651fc1abea985483620901cd79f695300373cac 100644
(file)
--- 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
dbg
s(). Use it
+/// messages. If debugging is disabled it returns
err
s(). Use it
/// like: dbgs() << "foo" << "bar";
raw_ostream &dbgs();