ios.cc (_M_grow_words): Fix spelling.

2003-07-09  Jerry Quinn  <jlquinn@optonline.net>

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

From-SVN: r69168
This commit is contained in:
Jerry Quinn 2003-07-10 03:08:38 +00:00 committed by Jerry Quinn
parent 18e9d2f9e3
commit e7f042e4cd
2 changed files with 5 additions and 1 deletions

View 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

View 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;
}
}