1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-16 14:59:19 +02:00

Fix typos in config.h comments.

This commit is contained in:
Jim Meyering
1999-05-11 16:29:56 +00:00
parent 5af7e261fa
commit f039432d03
+2 -2
View File
@@ -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
])