changeset 39827:96fe1f932130

Fix typo in comment in yesterday's commit.
author Bruno Haible <bruno@clisp.org>
date Fri, 07 Sep 2018 09:57:25 +0200
parents 4bc6c3133bdd
children 8d755c31408d
files lib/fcntl.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/fcntl.c	Thu Sep 06 22:44:01 2018 +0200
+++ b/lib/fcntl.c	Fri Sep 07 09:57:25 2018 +0200
@@ -331,7 +331,7 @@
 #else /* HAVE_FCNTL */
 # if defined __HAIKU__
         /* On Haiku, the system fcntl (fd, F_DUPFD_CLOEXEC, target) sets
-           the O_CLOEXEC flag on fd, not on target.  Therefore avoid the
+           the FD_CLOEXEC flag on fd, not on target.  Therefore avoid the
            system fcntl in this case.  */
 #  define have_dupfd_cloexec -1
 # else