From 893f8c7445af51b51dcfa9fd63b3bcf6e39cdd8a Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 9 Jan 2021 07:45:01 +0100 Subject: [PATCH] utimensat: Fix typo in last commit. * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Fix typo in macro explanation. --- ChangeLog | 5 +++++ m4/utimensat.m4 | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index f574c3668f..6b5f5b3919 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2021-01-09 Bruno Haible + + utimensat: Fix typo in last commit. + * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Fix typo in macro explanation. + 2021-01-09 Bruno Haible truncate: Document last workaround. diff --git a/m4/utimensat.m4 b/m4/utimensat.m4 index cd0128a733..b5bff1651f 100644 --- a/m4/utimensat.m4 +++ b/m4/utimensat.m4 @@ -1,4 +1,4 @@ -# serial 8 +# serial 9 # See if we need to provide utimensat replacement. dnl Copyright (C) 2009-2021 Free Software Foundation, Inc. @@ -94,7 +94,7 @@ AC_DEFUN([gl_FUNC_UTIMENSAT], ;; *nearly) AC_DEFINE([HAVE_NEARLY_WORKING_UTIMENSAT], [1], - [Define to 1 of utimensat works, except for the trailing slash handling.]) + [Define to 1 if utimensat works, except for the trailing slash handling.]) REPLACE_UTIMENSAT=1 ;; *) -- 2.39.5