From: Bruno Haible Date: Fri, 7 Sep 2018 07:57:25 +0000 (+0200) Subject: Fix typo in comment in yesterday's commit. X-Git-Tag: v1.0~5436 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=e41da81043a9e191ff8e45c24af71b3bbc749ef6;p=gnulib.git Fix typo in comment in yesterday's commit. --- diff --git a/lib/fcntl.c b/lib/fcntl.c index c985a7eddc..8e976173c0 100644 --- a/lib/fcntl.c +++ b/lib/fcntl.c @@ -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