diff options
author | Eric Blake <eblake@redhat.com> | 2016-08-23 14:36:06 -0500 |
---|---|---|
committer | Eric Blake <eblake@redhat.com> | 2016-08-23 14:36:06 -0500 |
commit | ec0117b6e12a6c918e9e359dc31373e236f8f6e3 (patch) | |
tree | 3aad607b71b8057db64e295928c0fd88bc964420 /newlib | |
parent | 8ad852ac1209ed34ea19126097e63b1e7a4e4d9d (diff) | |
download | newlib-ec0117b6e12a6c918e9e359dc31373e236f8f6e3.zip newlib-ec0117b6e12a6c918e9e359dc31373e236f8f6e3.tar.gz newlib-ec0117b6e12a6c918e9e359dc31373e236f8f6e3.tar.bz2 |
strerror_l: Fix copy-and-paste typo
Signed-off-by: Eric Blake <eblake@redhat.com>
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. |