summaryrefslogtreecommitdiff
path: root/m4/jm-mktime.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-05-11 16:29:33 +0000
committerJim Meyering <jim@meyering.net>1999-05-11 16:29:33 +0000
commit5af7e261faaceb70d9450fa19174038a03287957 (patch)
treef66fd6479ce2cdde5963616f41d2c1199befce15 /m4/jm-mktime.m4
parentce1d9075d7057e71c5747b97a943ce4a39e90750 (diff)
downloadcoreutils-5af7e261faaceb70d9450fa19174038a03287957.tar.xz
Fix typos in config.h comments.
Diffstat (limited to 'm4/jm-mktime.m4')
-rw-r--r--m4/jm-mktime.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/jm-mktime.m4 b/m4/jm-mktime.m4
index a680b2f1d..5bb735762 100644
--- a/m4/jm-mktime.m4
+++ b/m4/jm-mktime.m4
@@ -1,4 +1,4 @@
-#serial 6
+#serial 7
dnl From Jim Meyering.
dnl A wrapper around AC_FUNC_MKTIME.
@@ -11,6 +11,6 @@ AC_DEFUN(jm_FUNC_MKTIME,
if test $ac_cv_func_working_mktime = no; then
AC_DEFINE_UNQUOTED(mktime, rpl_mktime,
- [Define to gnu_mktime if the replacement function should be used.])
+ [Define to rpl_mktime if the replacement function should be used.])
fi
])