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
path: root/newlib
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2016-08-23 22:36:06 +0300
committerEric Blake <eblake@redhat.com>2016-08-23 22:36:06 +0300
commitec0117b6e12a6c918e9e359dc31373e236f8f6e3 (patch)
tree3aad607b71b8057db64e295928c0fd88bc964420 /newlib
parent8ad852ac1209ed34ea19126097e63b1e7a4e4d9d (diff)
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/string/strerror.c b/newlib/libc/string/strerror.c
index 49e5f7e64..5af4f957e 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.