From 18f6750b95911c4c7d1e92f977c3b7de99efc695 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Mon, 25 Jul 2016 20:22:48 +0200 Subject: [PATCH] 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