summaryrefslogtreecommitdiff
path: root/gnu/services
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2018-11-13 10:36:37 +0100
committerLudovic Courtès <ludo@gnu.org>2018-11-13 14:59:45 +0100
commit190877748eeadff475dca822847fb3a5cc4467b9 (patch)
tree0b9d7bc7590c68e1d4841162851e54c1a4310cb7 /gnu/services
parent1afe1985f5bffef76872f4c9e87115b46a4a3d47 (diff)
downloadgnu-guix-190877748eeadff475dca822847fb3a5cc4467b9.tar
gnu-guix-190877748eeadff475dca822847fb3a5cc4467b9.tar.gz
services: mcron: Fix typo in comment.
* gnu/services/mcron.scm (shepherd-schedule-action): Fix typo in comment.
Diffstat (limited to 'gnu/services')
-rw-r--r--gnu/services/mcron.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/services/mcron.scm b/gnu/services/mcron.scm
index 5757bf8cf6..120b663e3e 100644
--- a/gnu/services/mcron.scm
+++ b/gnu/services/mcron.scm
@@ -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.