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