]> Savannah Git Hosting - gnulib.git/commitdiff
Fix typo in comment in yesterday's commit.
authorBruno Haible <bruno@clisp.org>
Fri, 7 Sep 2018 07:57:25 +0000 (09:57 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 7 Sep 2018 07:57:25 +0000 (09:57 +0200)
lib/fcntl.c

index c985a7eddc770398b69065ce611f74f2488e5a47..8e976173c0b828f6b63db2ef82777dbe64a728e9 100644 (file)
@@ -331,7 +331,7 @@ rpl_fcntl (int fd, int action, /* arg */...)
 #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