diff options
Diffstat (limited to 'newlib/libc/string/strcoll_l.c')
-rw-r--r-- | newlib/libc/string/strcoll_l.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/string/strcoll_l.c b/newlib/libc/string/strcoll_l.c index 5032f84..89a7d05 100644 --- a/newlib/libc/string/strcoll_l.c +++ b/newlib/libc/string/strcoll_l.c @@ -5,7 +5,7 @@ FUNCTION INDEX strcoll_l -ANSI_SYNOPSIS +SYNOPSIS #include <string.h> int strcoll_l(const char *<[stra]>, const char * <[strb]>, locale_t <[locale]>); |