From: Jim Meyering Date: Tue, 11 May 1999 16:29:56 +0000 (+0000) Subject: Fix typos in config.h comments. X-Git-Tag: TEXTUTILS-1_22l~32 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f039432d03866d4872e2a357083f2ed05a66e93a;p=thirdparty%2Fcoreutils.git Fix typos in config.h comments. --- diff --git a/m4/putenv.m4 b/m4/putenv.m4 index c95418b2f0..f9fcc8cd8c 100644 --- a/m4/putenv.m4 +++ b/m4/putenv.m4 @@ -1,4 +1,4 @@ -#serial 2 +#serial 3 dnl From Jim Meyering. dnl @@ -36,6 +36,6 @@ AC_DEFUN(jm_FUNC_PUTENV, AC_SUBST(LIBOBJS) LIBOBJS="$LIBOBJS putenv.$ac_objext" AC_DEFINE_UNQUOTED(putenv, rpl_putenv, - [Define to rpl_memcmp if the replacement function should be used.]) + [Define to rpl_putenv if the replacement function should be used.]) fi ])