core/cgroup: update comment

We do not have SetProperty() method, but SetProperties().
This commit is contained in:
Yu Watanabe
2025-05-31 04:14:58 +09:00
parent ab5587d674
commit 8e9c003e29

View File

@@ -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;