Commit e7f042e4 by Jerry Quinn Committed by Jerry Quinn

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
parent 18e9d2f9
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 ...@@ -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;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment