mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-28 07:05:03 +00:00
Fix a thinko in a comment that Duncan spotted.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75803 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a1bdcedc38
commit
1f5c5b989c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user