summaryrefslogtreecommitdiff
path: root/m4/putenv.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-05-11 16:29:56 +0000
committerJim Meyering <jim@meyering.net>1999-05-11 16:29:56 +0000
commitf039432d03866d4872e2a357083f2ed05a66e93a (patch)
tree1abfa96ad38bb4fb67f207e37a4b44f365e9a41c /m4/putenv.m4
parent5af7e261faaceb70d9450fa19174038a03287957 (diff)
downloadcoreutils-f039432d03866d4872e2a357083f2ed05a66e93a.tar.xz
Fix typos in config.h comments.
Diffstat (limited to 'm4/putenv.m4')
-rw-r--r--m4/putenv.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/putenv.m4 b/m4/putenv.m4
index c95418b2f..f9fcc8cd8 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
])