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:
+2
-2
@@ -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
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user