From: Yu Watanabe Date: Mon, 26 Apr 2021 00:20:24 +0000 (+0900) Subject: core/service: fix typo X-Git-Tag: v249-rc1~345^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F19421%2Fhead;p=thirdparty%2Fsystemd.git core/service: fix typo Follow-up for bbe19f68846bb3cd5fcf3e4f612268064df53b53. --- 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: