killall: correct argument comment

This commit is contained in:
Jelle van der Waa
2025-05-21 20:49:19 +02:00
parent 8b67ed854f
commit 79d70bb282

View File

@@ -53,7 +53,7 @@ static bool is_in_survivor_cgroup(const PidRef *pid) {
assert(pidref_is_set(pid));
r = cg_pidref_get_path(/* root= */ NULL, pid, &cgroup_path);
r = cg_pidref_get_path(/* controller= */ NULL, pid, &cgroup_path);
if (r == -EUNATCH) {
log_warning_errno(r, "Process " PID_FMT " appears to originate in foreign namespace, ignoring.", pid->pid);
return true;