From ec0117b6e12a6c918e9e359dc31373e236f8f6e3 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Tue, 23 Aug 2016 14:36:06 -0500 Subject: [PATCH] strerror_l: Fix copy-and-paste typo Signed-off-by: Eric Blake --- newlib/libc/string/strerror.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 <>. If <> is not a known error number, the result points to an empty string. -<> is like <> but creates a string in a format +<> is like <> 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.