ios.cc (_M_grow_words): Fix spelling.
authorJerry Quinn <jlquinn@optonline.net>
Thu, 10 Jul 2003 03:08:38 +0000 (03:08 +0000)
committerJerry Quinn <jlquinn@gcc.gnu.org>
Thu, 10 Jul 2003 03:08:38 +0000 (03:08 +0000)
2003-07-09  Jerry Quinn  <jlquinn@optonline.net>

* src/ios.cc (_M_grow_words):  Fix spelling.

From-SVN: r69168

libstdc++-v3/ChangeLog
libstdc++-v3/src/ios.cc

index a5392b4db9d4632cbb7c47685ff4a4f5910093b6..b5c970e50be4b4b3238d1842ad81983cee9b984d 100644 (file)
@@ -1,3 +1,7 @@
+2003-07-09  Jerry Quinn  <jlquinn@optonline.net>
+
+       * src/ios.cc (_M_grow_words):  Fix spelling.
+
 2003-07-09  Gawain Bolton  <gp.bolton@computer.org>
 
        * include/bits/stl_tree.h: Move larger member functions in
index daecdd482365fdf2adea2df76d9cca53b72774ee..9f7b4fd3361838baffbe19fc0cb72ff88c925783 100644 (file)
@@ -267,7 +267,7 @@ namespace std
          {
            _M_streambuf_state |= badbit;
            if (_M_streambuf_state & _M_exception)
-             __throw_ios_failure("ios_base::_M_grow_words ix not valid");
+             __throw_ios_failure("ios_base::_M_grow_words is not valid");
            return _M_word_zero;
          }
       }