changeset 20173:f99c7f2eb851

Fix typo in comment.
author Jim Meyering <jim@meyering.net>
date Wed, 13 Sep 1995 13:15:35 +0000
parents b3335f301500
children 35dedd9f9d17
files lib/error.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/error.c	Fri Sep 01 18:43:30 1995 +0000
+++ b/lib/error.c	Wed Sep 13 13:15:35 1995 +0000
@@ -56,7 +56,7 @@
 extern char *program_name;
 
 #if HAVE_STRERROR
-# ifndef strerror		/* On some systems, sterror is a macro */
+# ifndef strerror		/* On some systems, strerror is a macro */
 char *strerror ();
 # endif
 #else