From c374f1551caf971e3036dd3e30533cf91ebe6686 Mon Sep 17 00:00:00 2001 From: Kamalesh Babulal Date: Mon, 14 Aug 2023 13:25:35 +0530 Subject: [PATCH] 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 --- src/libcgroup-internal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }; -- 2.47.2