diff options
Diffstat (limited to 'newlib')
-rw-r--r-- | newlib/libc/string/strerror.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/string/strerror.c b/newlib/libc/string/strerror.c index 49e5f7e..5af4f95 100644 --- a/newlib/libc/string/strerror.c +++ b/newlib/libc/string/strerror.c @@ -33,7 +33,7 @@ string. The value of <[errnum]> is usually a copy of <<errno>>. If <<errnum>> is not a known error number, the result points to an empty string. -<<strftime_l>> is like <<strftime>> but creates a string in a format +<<strerror_l>> is like <<strerror>> but creates a string in a format as expected in locale <[locale]>. If <[locale]> is LC_GLOBAL_LOCALE or not a valid locale object, the behaviour is undefined. |