Fix comment typo (CLO_EXEC -> CLOEXEC)

Closes #12774
This commit is contained in:
Nahor
2026-05-21 12:35:04 -07:00
committed by Johannes Altmanninger
parent 01b848bbbb
commit 954c68c0b1
9 changed files with 14 additions and 14 deletions

View File

@@ -37,7 +37,7 @@ $helper print_fds 5>&2
# This attempts to trip a case where the file opened in fish
# has the same fd as the redirection. In this case, the dup2
# does not clear the CLO_EXEC bit.
# does not clear the CLOEXEC bit.
$helper print_fds 4</dev/null
# CHECK: 0 1 2 4