From ff509772f1f9be79662144df3666436fcade1e55 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Sun, 18 Feb 2024 07:14:42 +0900 Subject: [PATCH] TODO: fix typo Follow-up for 10e3f15ac1258dd62bbb01e29375264d33e17deb. --- TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TODO b/TODO index 204e8774fe..a4e14fdbaa 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.