summaryrefslogtreecommitdiff
path: root/m4/utimes.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/utimes.m4')
-rw-r--r--m4/utimes.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/utimes.m4 b/m4/utimes.m4
index eceb7ac6d..4c5bebb5b 100644
--- a/m4/utimes.m4
+++ b/m4/utimes.m4
@@ -6,7 +6,7 @@ AC_DEFUN(jm_FUNC_UTIMES_NULL,
[AC_CACHE_CHECK(whether utimes accepts a null argument, ac_cv_func_utimes_null,
[rm -f conftestdata; > conftestdata
AC_TRY_RUN([
-/* In case stat has been redefined to rpl_stat, undef it here. */
+/* In case stat has been defined to rpl_stat, undef it here. */
#undef stat
#include <sys/types.h>
#include <sys/stat.h>