mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
Grammar fix.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55371 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3d4866e683
commit
4ac67ef47a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user