diff options
Diffstat (limited to 'libstdc++-v3/include/bits/std_sstream.h')
-rw-r--r-- | libstdc++-v3/include/bits/std_sstream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/include/bits/std_sstream.h b/libstdc++-v3/include/bits/std_sstream.h index 1b8d5eff947..d36070a8abe 100644 --- a/libstdc++-v3/include/bits/std_sstream.h +++ b/libstdc++-v3/include/bits/std_sstream.h @@ -90,7 +90,7 @@ namespace std if (_M_mode & ios_base::out) { // This is the deal: _M_string.size() is a value that - // represents the size of the intial string that makes + // represents the size of the initial string that makes // _M_string, and may not be the correct size of the // current stringbuf internal buffer. __size_type __len = _M_string.size(); |