mirror of git://gcc.gnu.org/git/gcc.git
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
|
|
@ -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>
|
2003-07-09 Gawain Bolton <gp.bolton@computer.org>
|
||||||
|
|
||||||
* include/bits/stl_tree.h: Move larger member functions in
|
* include/bits/stl_tree.h: Move larger member functions in
|
||||||
|
|
|
||||||
|
|
@ -267,7 +267,7 @@ namespace std
|
||||||
{
|
{
|
||||||
_M_streambuf_state |= badbit;
|
_M_streambuf_state |= badbit;
|
||||||
if (_M_streambuf_state & _M_exception)
|
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;
|
return _M_word_zero;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue