]> Savannah Git Hosting - gnulib.git/commitdiff
utimensat: Fix typo in last commit.
authorBruno Haible <bruno@clisp.org>
Sat, 9 Jan 2021 06:45:01 +0000 (07:45 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 9 Jan 2021 06:45:32 +0000 (07:45 +0100)
* m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Fix typo in macro explanation.

ChangeLog
m4/utimensat.m4

index f574c3668f49677e0f7c7e9c8fb17963398ab2cb..6b5f5b3919a635ccefe0d7a27e0d8452d41e12ed 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2021-01-09  Bruno Haible  <bruno@clisp.org>
+
+       utimensat: Fix typo in last commit.
+       * m4/utimensat.m4 (gl_FUNC_UTIMENSAT): Fix typo in macro explanation.
+
 2021-01-09  Bruno Haible  <bruno@clisp.org>
 
        truncate: Document last workaround.
index cd0128a733b4bddc09b8b7b3ddac36ca08657330..b5bff1651f3c9ed7b3cdbc34538a9e34bdb5cd1c 100644 (file)
@@ -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
         ;;
       *)