Fix a comment.

llvm-svn: 92082
This commit is contained in:
David Greene 2009-12-23 23:19:43 +00:00
parent 91b6bcefc6
commit 5cd8357137
1 changed files with 1 additions and 1 deletions

View File

@ -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();