mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-07 05:30:38 +02:00
services: mcron: Fix typo in comment.
* gnu/services/mcron.scm (shepherd-schedule-action): Fix typo in comment.
This commit is contained in:
@@ -86,7 +86,7 @@ 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.
|
||||
|
||||
Reference in New Issue
Block a user