Did my commit for the last patch for the .loc directory from the wrong place and
[oota-llvm.git] / include / llvm / Support / Debug.h
index 73959841d3daf3d3cc8d3b4c5aa627efae098bfe..8651fc1abea985483620901cd79f695300373cac 100644 (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();