Grammar fix.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55371 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Ted Kremenek 2008-08-26 16:41:15 +00:00
parent 3d4866e683
commit 4ac67ef47a

View File

@ -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;