ctype_noninline.h: Fix typo

2002-01-18  David Billinghurst <David.Billinghurst@riotinto.com>

	* config/os/irix/irix6.5/bits/ctype_noninline.h: Fix typo

From-SVN: r48979
This commit is contained in:
David Billinghurst 2002-01-18 04:29:28 +00:00 committed by David Billinghurst
parent b634ad4263
commit d428652688
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-01-18 David Billinghurst <David.Billinghurst@riotinto.com>
* config/os/irix/irix6.5/bits/ctype_noninline.h: Fix typo
2002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
* testsuite/testsuite_hooks.h: Fix comment typo. Memory

View File

@ -36,7 +36,6 @@
// Data for classic_table().
const ctype_base::mask* ctype<char>::_S_ctable;
ctype<char>::ctype(const mask* __tab
ctype<char>::ctype(__c_locale, const mask* __table, bool __del,
size_t __refs)
: __ctype_abstract_base<char>(__refs), _M_del(__table != 0 && __del),