From 8e9c003e296a0538273f37648395c3ab597770f0 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Sat, 31 May 2025 04:14:58 +0900 Subject: [PATCH] core/cgroup: update comment We do not have SetProperty() method, but SetProperties(). --- src/core/cgroup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/cgroup.h b/src/core/cgroup.h index 501caa971c..f8504499ee 100644 --- a/src/core/cgroup.h +++ b/src/core/cgroup.h @@ -104,7 +104,7 @@ typedef enum CGroupPressureWatch { } CGroupPressureWatch; /* The user-supplied cgroup-related configuration options. This remains mostly immutable while the service - * manager is running (except for an occasional SetProperty() configuration change), outside of reload + * manager is running (except for an occasional SetProperties() configuration change), outside of reload * cycles. */ typedef struct CGroupContext { bool io_accounting;