changeset 482:ef6aca95adeb

Fix typo in comment.
author Jim Meyering <jim@meyering.net>
date Wed, 13 Sep 1995 13:15:35 +0000
parents 35afc74165b7
children 22d3942765aa
files lib/error.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/error.c
+++ b/lib/error.c
@@ -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