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>
/*
* 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
/* Details of user under consideration for destination cgroup */
struct passwd *pw;
- /* Gid of the process */
+ /* gid of the process */
gid_t gid;
};