]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
cgroup-util: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 2 Aug 2024 20:48:51 +0000 (05:48 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 2 Aug 2024 20:48:54 +0000 (05:48 +0900)
Follow-up for 0fbb569de1dcc06118dba006cf7a40caf6cd94d0.

src/basic/cgroup-util.c

index ffce7504f4e5ec1aa69956fc90ec75a40a29a68d..1608326bc39f2af4cc8e879ff96a4b94339131fe 100644 (file)
@@ -371,7 +371,7 @@ static int cg_kill_items(
                         if (set_get(s, PID_TO_PTR(pidref.pid)) == PID_TO_PTR(pidref.pid))
                                 continue;
 
-                        /* Ignore kernel threads to mimick the behavior of cgroup.kill. */
+                        /* Ignore kernel threads to mimic the behavior of cgroup.kill. */
                         if (pidref_is_kernel_thread(&pidref) > 0) {
                                 log_debug("Ignoring kernel thread with pid " PID_FMT " in cgroup '%s'", pidref.pid, path);
                                 continue;