1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-09 21:53:55 +02:00

Fix typo in comment.

This commit is contained in:
Jim Meyering
1995-09-13 13:15:35 +00:00
parent c3f476d467
commit ecf0d31b72

View 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