Grammar fix.
authorTed Kremenek <kremenek@apple.com>
Tue, 26 Aug 2008 16:41:15 +0000 (16:41 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 26 Aug 2008 16:41:15 +0000 (16:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55371 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Support/raw_ostream.h

index 3cb8a3e317e6143283e293a3195a4f07b96c58e5..69cc43ef27c26250ae78f89c6144145266f6d59d 100644 (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;