From: Ted Kremenek Date: Tue, 26 Aug 2008 16:41:15 +0000 (+0000) Subject: Grammar fix. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=4ac67ef47ada2160d2a6f2340743b624c6e16424;p=oota-llvm.git Grammar fix. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55371 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Support/raw_ostream.h b/include/llvm/Support/raw_ostream.h index 3cb8a3e317e..69cc43ef27c 100644 --- a/include/llvm/Support/raw_ostream.h +++ b/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;