cgroup-util: fix typo

Follow-up for 0fbb569de1.
This commit is contained in:
Yu Watanabe
2024-08-03 05:48:51 +09:00
parent f38aac5e01
commit ec4964692a

View 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;