From: Jim Meyering Date: Wed, 13 Sep 1995 13:15:35 +0000 (+0000) Subject: Fix typo in comment. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ad1794bf30e3b33f2501c9f1354c483b95ab008;p=pspp Fix typo in comment. --- diff --git a/lib/error.c b/lib/error.c index a65d644d1b..2508ea841b 100644 --- a/lib/error.c +++ b/lib/error.c @@ -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