Clarify a comment

This commit is contained in:
Victor Zverovich 2020-07-12 10:59:33 -07:00
parent a8074a865a
commit c108ee1d59

View File

@ -343,7 +343,7 @@ class file {
// Returns the memory page size.
long getpagesize();
// A fast output stream without synchronization.
// A fast output stream which is not thread-safe.
class ostream : private detail::buffer<char> {
private:
file file_;