Fix typo in comment.
authorJim Meyering <jim@meyering.net>
Wed, 13 Sep 1995 13:15:35 +0000 (13:15 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 13 Sep 1995 13:15:35 +0000 (13:15 +0000)
lib/error.c

index a65d644..2508ea8 100644 (file)
@@ -56,7 +56,7 @@ void (*error_print_progname) () = NULL;
 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