Grammar fix.

llvm-svn: 55371
This commit is contained in:
Ted Kremenek 2008-08-26 16:41:15 +00:00
parent 2e75d8aed0
commit 31707c0edf
1 changed files with 1 additions and 1 deletions

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;