From 4ac67ef47ada2160d2a6f2340743b624c6e16424 Mon Sep 17 00:00:00 2001 From: Ted Kremenek Date: Tue, 26 Aug 2008 16:41:15 +0000 Subject: [PATCH] Grammar fix. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55371 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Support/raw_ostream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;