diff options
Diffstat (limited to 'libio/stdio.h')
-rw-r--r-- | libio/stdio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/stdio.h b/libio/stdio.h index 5ba8a30..99b61aa 100644 --- a/libio/stdio.h +++ b/libio/stdio.h @@ -630,7 +630,7 @@ ferror_unlocked (FILE *__stream) /* Print a message describing the meaning of the value of errno. */ extern void perror __P ((__const char *__s)); -/* These variables normally should not be used directly. The `strftime' +/* These variables normally should not be used directly. The `strerror' function provides all the needed functionality. */ #ifdef __USE_BSD extern int sys_nerr; |