From 8170992a790f95fcffdc97e0af18b3a8b5e5c4cb Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Mon, 26 Apr 2021 09:20:24 +0900 Subject: [PATCH] core/service: fix typo Follow-up for bbe19f68846bb3cd5fcf3e4f612268064df53b53. --- src/core/service.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/service.c b/src/core/service.c index d5f79d274ef..3f8941c1cb7 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: -- 2.47.3