From: Kamalesh Babulal Date: Mon, 14 Aug 2023 07:55:35 +0000 (+0530) Subject: src/libcgroup-internal.h: fix spellings across the file X-Git-Tag: v3.2.0~214 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c374f1551caf971e3036dd3e30533cf91ebe6686;p=thirdparty%2Flibcgroup.git src/libcgroup-internal.h: fix spellings across the file Fix the spelling mistakes across the file and also fix word case. Signed-off-by: Kamalesh Babulal Signed-off-by: Tom Hromatka --- diff --git a/src/libcgroup-internal.h b/src/libcgroup-internal.h index ba62d994..41db4dc4 100644 --- a/src/libcgroup-internal.h +++ b/src/libcgroup-internal.h @@ -38,7 +38,7 @@ extern "C" { /* * Max number of mounted hierarchies. Event if one controller is mounted - * per hier, it can not exceed CG_CONTROLLER_MAX + * per hierarchy, it can not exceed CG_CONTROLLER_MAX */ #define CG_HIER_MAX CG_CONTROLLER_MAX @@ -149,7 +149,7 @@ struct cgroup_rules_data { /* Details of user under consideration for destination cgroup */ struct passwd *pw; - /* Gid of the process */ + /* gid of the process */ gid_t gid; };