# HG changeset patch # User Bruno Haible # Date 1536307045 -7200 # Node ID 96fe1f9321308402f801e06b90546440cdc28183 # Parent 4bc6c3133bdd64c9577bd7ad57958ec7594df6d8 Fix typo in comment in yesterday's commit. diff -r 4bc6c3133bdd -r 96fe1f932130 lib/fcntl.c --- 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