From ef78a58a24501dc82083c83ad53f3e5d3504df56 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Mon, 25 Jul 2016 20:22:48 +0200 Subject: Fix typo in isalnum_l doc Signed-off-by: Corinna Vinschen --- newlib/libc/ctype/isalnum_l.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newlib/libc/ctype/isalnum_l.c b/newlib/libc/ctype/isalnum_l.c index e1d3b8ec9..23e8b26a1 100644 --- a/newlib/libc/ctype/isalnum_l.c +++ b/newlib/libc/ctype/isalnum_l.c @@ -23,7 +23,7 @@ You can use a compiled subroutine instead of the macro definition by undefining the macro using `<<#undef isalnum_l>>'. RETURNS -<_l> returns non-zero if <[c]> is a letter (<>--<> or +<> returns non-zero if <[c]> is a letter (<>--<> or <>--<>) or a digit (<<0>>--<<9>>). PORTABILITY -- cgit v1.2.3