[llvm-commits] [llvm] r55371 - /llvm/trunk/include/llvm/Support/raw_ostream.h

Ted Kremenek kremenek at apple.com
Tue Aug 26 09:41:20 PDT 2008


Author: kremenek
Date: Tue Aug 26 11:41:15 2008
New Revision: 55371

URL: http://llvm.org/viewvc/llvm-project?rev=55371&view=rev
Log:
Grammar fix.

Modified:
    llvm/trunk/include/llvm/Support/raw_ostream.h

Modified: llvm/trunk/include/llvm/Support/raw_ostream.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Support/raw_ostream.h?rev=55371&r1=55370&r2=55371&view=diff

==============================================================================
--- llvm/trunk/include/llvm/Support/raw_ostream.h (original)
+++ llvm/trunk/include/llvm/Support/raw_ostream.h Tue Aug 26 11:41:15 2008
@@ -220,7 +220,7 @@
   ~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;





More information about the llvm-commits mailing list