diff --git a/include/fmt/os.h b/include/fmt/os.h index e79de6e8..80261784 100644 --- a/include/fmt/os.h +++ b/include/fmt/os.h @@ -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 { private: file file_;