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