]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
core/service: fix typo 19421/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 26 Apr 2021 00:20:24 +0000 (09:20 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 26 Apr 2021 00:20:30 +0000 (09:20 +0900)
Follow-up for bbe19f68846bb3cd5fcf3e4f612268064df53b53.

src/core/service.c

index d5f79d274efbe4f4a94145a517ce9455cac45b16..3f8941c1cb793a9cd54fa4e7143d705c717eab82 100644 (file)
@@ -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: