summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2012-05-10 20:03:34 +0000
committerdim <dim@FreeBSD.org>2012-05-10 20:03:34 +0000
commit3be8548129bd377acf4e704ab461ce2d237ca68a (patch)
treea757b0573bc6c3bc62a2c8dd03bab4169bf05c05 /lib/libc/locale
parent136e1e4ddc6169ae4068a28d94389e8a0b7bef72 (diff)
downloadFreeBSD-src-3be8548129bd377acf4e704ab461ce2d237ca68a.zip
FreeBSD-src-3be8548129bd377acf4e704ab461ce2d237ca68a.tar.gz
Fix copy/paste error in lib/libc/locale/toupper.c.
Submitted by: Kohji Okuno <okuno.kohji@jp.panasonic.com>
Diffstat (limited to 'lib/libc/locale')
-rw-r--r--lib/libc/locale/toupper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/locale/toupper.c b/lib/libc/locale/toupper.c
index d3a4fa3..704ac3a 100644
--- a/lib/libc/locale/toupper.c
+++ b/lib/libc/locale/toupper.c
@@ -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)
OpenPOWER on IntegriCloud