summaryrefslogtreecommitdiff
path: root/include/llvm/Support/raw_ostream.h
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2008-08-26 16:41:15 +0000
committerTed Kremenek <kremenek@apple.com>2008-08-26 16:41:15 +0000
commit4ac67ef47ada2160d2a6f2340743b624c6e16424 (patch)
tree2edf6201e8e35af668ac85d4e4af804a96c9b671 /include/llvm/Support/raw_ostream.h
parent3d4866e68338c5c5d7b9a3130a3db5b12658776c (diff)
downloadllvm-4ac67ef47ada2160d2a6f2340743b624c6e16424.tar.gz
llvm-4ac67ef47ada2160d2a6f2340743b624c6e16424.tar.bz2
llvm-4ac67ef47ada2160d2a6f2340743b624c6e16424.tar.xz
Grammar fix.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55371 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/raw_ostream.h')
-rw-r--r--include/llvm/Support/raw_ostream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/raw_ostream.h b/include/llvm/Support/raw_ostream.h
index 3cb8a3e317..69cc43ef27 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;