From: Bruno Haible Date: Sat, 9 Jan 2021 06:45:01 +0000 (+0100) Subject: utimensat: Fix typo in last commit. X-Git-Tag: v1.0~3172 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=893f8c7445af51b51dcfa9fd63b3bcf6e39cdd8a;p=gnulib.git utimensat: Fix typo in last commit. * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Fix typo in macro explanation. --- 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 ;; *)