about summary refs log tree commit diff
path: root/libio
diff options
context:
space:
mode:
Diffstat (limited to 'libio')
-rw-r--r--libio/stdio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/stdio.h b/libio/stdio.h
index 5ba8a30da6..99b61aae01 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;