From: Jim Meyering Date: Wed, 13 Sep 1995 13:15:35 +0000 (+0000) Subject: Fix typo in comment. X-Git-Tag: TEXTUTILS-1_12_2~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ecf0d31b72eb733aab03c8a97dab8aabfb7db8f2;p=thirdparty%2Fcoreutils.git 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