]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
include/groups.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>
include/libcgroup/groups.h

index 503f499c339dcf924f6a256b901c3111f088b9cd..a79e8244a3b4fa757ee14f08d18f0f4541110b42 100644 (file)
@@ -236,7 +236,7 @@ int cgroup_create_cgroup(struct cgroup *cgroup, int ignore_ownership);
  * @endcode
  * @todo what is this good for? Why the list of controllers added by
  * cgroup_add_controller() is not used, like in cgroup_create_cgroup()? I can't
- * crate subgroup of root group in just one hierarchy with this function!
+ * create subgroup of root group in just one hierarchy with this function!
  *
  * @param cgroup The cgroup to create. Only it's name is used, everything else
  *     is discarded.
@@ -321,7 +321,7 @@ int cgroup_get_cgroup(struct cgroup *cgroup);
 
 /**
  * Copy all controllers, their parameters and values. Group name, permissions
- * and ownerships are not coppied. All existing controllers
+ * and ownerships are not copied. All existing controllers
  * in the source group are discarded.
  *
  * @param dst Destination group.