aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;