typo s/df/fd (fixes #861)

This commit is contained in:
Alex Shinn 2022-09-26 22:37:51 +09:00
parent 95827a44ed
commit e88374aae1

View file

@ -196,7 +196,7 @@
(define (close-file-descriptors-in-range lo hi)
(cond
((find file-directory? '("/proc/self/fd" "/dev/df"))
((find file-directory? '("/proc/self/fd" "/dev/fd"))
=> (lambda (dir)
(for-each
(lambda (file)