services: mcron: Fix typo in comment.

* gnu/services/mcron.scm (shepherd-schedule-action): Fix typo in comment.
This commit is contained in:
Ludovic Courtès 2018-11-13 10:36:37 +01:00
parent 1afe1985f5
commit 190877748e
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -86,7 +86,7 @@ (define (shepherd-schedule-action mcron files)
(lambda () (lambda ()
(zero? (close-pipe pipe))) (zero? (close-pipe pipe)))
(lambda args (lambda args
;; There's with race between the SIGCHLD handler, which ;; There's a race with the SIGCHLD handler, which
;; could call 'waitpid' before 'close-pipe' above does. If ;; could call 'waitpid' before 'close-pipe' above does. If
;; we get ECHILD, that means we lost the race, but that's ;; we get ECHILD, that means we lost the race, but that's
;; fine. ;; fine.