]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
src/libcgroup-internal.h: fix spellings across the file
authorKamalesh Babulal <kamalesh.babulal@oracle.com>
Mon, 14 Aug 2023 07:55:35 +0000 (13:25 +0530)
committerTom Hromatka <tom.hromatka@oracle.com>
Wed, 16 Aug 2023 15:26:18 +0000 (09:26 -0600)
Fix the spelling mistakes across the file and also fix word case.

Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
src/libcgroup-internal.h

index ba62d994e83cd527ad280d4a824138bbd07360c8..41db4dc46981115c0bb517e299bb4cf7c5635328 100644 (file)
@@ -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;
 };