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:
a1bdced
)
Fix a thinko in a comment that Duncan spotted.
author
Dan Gohman
<gohman@apple.com>
Wed, 15 Jul 2009 17:34:43 +0000
(17:34 +0000)
committer
Dan Gohman
<gohman@apple.com>
Wed, 15 Jul 2009 17:34:43 +0000
(17:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75803
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Support/raw_ostream.h
patch
|
blob
|
history
diff --git
a/include/llvm/Support/raw_ostream.h
b/include/llvm/Support/raw_ostream.h
index 2b7b62bce4f7826fa9c1de6053daffa972db4155..2cf9d22903b63caec47806dca33fd250d53df8d8 100644
(file)
--- a/
include/llvm/Support/raw_ostream.h
+++ b/
include/llvm/Support/raw_ostream.h
@@
-311,7
+311,7
@@
raw_ostream &errs();
//===----------------------------------------------------------------------===//
/// raw_os_ostream - A raw_ostream that writes to an std::ostream. This is a
-/// simple adaptor class. It does check for I/O errors; clients should use
+/// simple adaptor class. It does
not
check for I/O errors; clients should use
/// the underlying stream to detect errors.
class raw_os_ostream : public raw_ostream {
std::ostream &OS;