From: Yu Watanabe Date: Fri, 2 Feb 2024 00:11:40 +0000 (+0900) Subject: cgroup-util: fix typo X-Git-Tag: v256-rc1~991 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d282d55d4ff310b9654d9eacd1d6c8147ac8ae48;p=thirdparty%2Fsystemd.git cgroup-util: fix typo Follow-up for 677e6c14b199c1fa637b7c4c8cae39c31213a79d. --- diff --git a/src/basic/cgroup-util.h b/src/basic/cgroup-util.h index f62b26458d4..244f3b657bf 100644 --- a/src/basic/cgroup-util.h +++ b/src/basic/cgroup-util.h @@ -67,7 +67,7 @@ typedef enum CGroupMask { /* All real cgroup v2 controllers */ CGROUP_MASK_V2 = CGROUP_MASK_CPU|CGROUP_MASK_CPUSET|CGROUP_MASK_IO|CGROUP_MASK_MEMORY|CGROUP_MASK_PIDS, - /* All controllers we want to delegate in case of Delegate=yes. Which are prety much the v2 controllers only, as delegation on v1 is not safe, and bpf stuff isn't a real controller */ + /* All controllers we want to delegate in case of Delegate=yes. Which are pretty much the v2 controllers only, as delegation on v1 is not safe, and bpf stuff isn't a real controller */ CGROUP_MASK_DELEGATE = CGROUP_MASK_V2, /* All cgroup v2 BPF pseudo-controllers */