Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2016-07-25 21:22:48 +0300
committerCorinna Vinschen <corinna@vinschen.de>2016-08-12 22:50:10 +0300
commitef78a58a24501dc82083c83ad53f3e5d3504df56 (patch)
treeb81e660d73629400ee361696904fdd3a8e84d2e5
parent31df3ca11e7a996da1c2089cbde5b0b922d2ce90 (diff)
Fix typo in isalnum_l doc
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r--newlib/libc/ctype/isalnum_l.c2
1 files changed, 1 insertions, 1 deletions
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
-<<isalnum>_l> returns non-zero if <[c]> is a letter (<<a>>--<<z>> or
+<<isalnum_l>> returns non-zero if <[c]> is a letter (<<a>>--<<z>> or
<<A>>--<<Z>>) or a digit (<<0>>--<<9>>).
PORTABILITY