mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
services: mcron: Fix typo in comment.
* gnu/services/mcron.scm (shepherd-schedule-action): Fix typo in comment.
This commit is contained in:
parent
1afe1985f5
commit
190877748e
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ (define (shepherd-schedule-action mcron files)
|
|||
(lambda ()
|
||||
(zero? (close-pipe pipe)))
|
||||
(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
|
||||
;; we get ECHILD, that means we lost the race, but that's
|
||||
;; fine.
|
||||
|
|
Loading…
Reference in a new issue