diff options
-rw-r--r-- | include/llvm/Support/raw_ostream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/raw_ostream.h b/include/llvm/Support/raw_ostream.h index 2b7b62bce4..2cf9d22903 100644 --- 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; |