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;