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:
parent
18e9d2f9e3
commit
e7f042e4cd
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue