diff --git a/llvm/include/llvm/Support/raw_ostream.h b/llvm/include/llvm/Support/raw_ostream.h index 3cb8a3e317e6..69cc43ef27c2 100644 --- a/llvm/include/llvm/Support/raw_ostream.h +++ b/llvm/include/llvm/Support/raw_ostream.h @@ -220,7 +220,7 @@ public: ~raw_string_ostream(); /// str - Flushes the stream contents to the target string and returns - /// the strings reference. + /// the string's reference. std::string& str() { flush(); return OS;