diff options
Diffstat (limited to 'string/strerror_r.c')
-rw-r--r-- | string/strerror_r.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/string/strerror_r.c b/string/strerror_r.c index e03e50c635..6a43a556a9 100644 --- a/string/strerror_r.c +++ b/string/strerror_r.c @@ -21,7 +21,7 @@ extern char *_strerror_internal __P ((int, char *, size_t)); -/* Return a string descibing the errno code in ERRNUM. At most BUFLEN +/* Return a string describing the errno code in ERRNUM. At most BUFLEN characters of the result will be placed in STRERRBUF. */ char * __strerror_r (int errnum, char *buf, size_t buflen) |