summaryrefslogtreecommitdiffstats
path: root/src/core/service.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/service.c')
-rw-r--r--src/core/service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/service.c b/src/core/service.c
index d5f79d274e..3f8941c1cb 100644
--- a/src/core/service.c
+++ b/src/core/service.c
@@ -3480,7 +3480,7 @@ static void service_sigchld_event(Unit *u, pid_t pid, int code, int status) {
if (control_pid_good(s) <= 0)
service_enter_stop(s, f);
- /* Otherwise need to wait untill the operation is done. */
+ /* Otherwise need to wait until the operation is done. */
break;
case SERVICE_STOP: