Fix copy/paste error in lib/libc/locale/toupper.c.

Submitted by:	Kohji Okuno <okuno.kohji@jp.panasonic.com>
This commit is contained in:
dim 2012-05-10 20:03:34 +00:00
parent 136e1e4ddc
commit 3be8548129

View File

@ -51,7 +51,7 @@ ___toupper_l(c, l)
{
size_t lim;
FIX_LOCALE(l);
_RuneRange *rr = &XLOCALE_CTYPE(l)->runes->__maplower_ext;
_RuneRange *rr = &XLOCALE_CTYPE(l)->runes->__mapupper_ext;
_RuneEntry *base, *re;
if (c < 0 || c == EOF)