]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
core/cgroup: update comment
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 30 May 2025 19:14:58 +0000 (04:14 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 30 May 2025 19:15:04 +0000 (04:15 +0900)
We do not have SetProperty() method, but SetProperties().

src/core/cgroup.h

index 501caa971c333a5f1c8d1c596c90f8514c78ccd3..f8504499eef2804638284ee6480723dc8928aec4 100644 (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;