From 89a00279f0fcdb44ca98f6c5138c1333f17545b8 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 31 Aug 2015 03:25:01 +0200 Subject: typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- include/string.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/string.h b/include/string.h index b69c8a5..dee9063 100644 --- a/include/string.h +++ b/include/string.h @@ -75,7 +75,7 @@ char* strerror_l(int, locale_t); #if !defined(_PORTABLE_SOURCE) && !defined(_SLIBC_SOURCE) /** - * Reenterant variant of `stderror`. + * Reenterant variant of `strerror`. * * This is an XSI-compliant extension. However the name * is not part of the XSI specification, `strerror_r` @@ -93,7 +93,7 @@ char* strerror_l(int, locale_t); int __xsi_strerror_r(int, char*, size_t); /* XSI-compliant strerror_r */ /** - * Reenterant variant of `stderror`. + * Reenterant variant of `strerror`. * * This is a GNU-specific extension. However the name * is not part of the GNU specification, `strerror_r` should -- cgit v1.2.3-70-g09d2