From: Yu Watanabe Date: Sat, 17 Feb 2024 22:14:42 +0000 (+0900) Subject: TODO: fix typo X-Git-Tag: v256-rc1~825 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ff509772f1f9be79662144df3666436fcade1e55;p=thirdparty%2Fsystemd.git TODO: fix typo Follow-up for 10e3f15ac1258dd62bbb01e29375264d33e17deb. --- diff --git a/TODO b/TODO index 204e8774fe2..a4e14fdbaa7 100644 --- a/TODO +++ b/TODO @@ -149,7 +149,7 @@ Features: * varlink: extend varlink IDL macros to include documentation strings * Introduce a CGroupRef structure, inspired by PidRef. Should contain cgroup - path, cgroup id, and cgroup fd. Use it to continously pin all v2 cgroups via + path, cgroup id, and cgroup fd. Use it to continuously pin all v2 cgroups via a cgroup_ref field in the CGroupRuntime structure. Eventually switch things over to do all cgroupfs access only via that structure's fd.