From: Kamalesh Babulal Date: Mon, 14 Aug 2023 07:55:35 +0000 (+0530) Subject: include/groups.h: fix spellings across the file X-Git-Tag: v3.2.0~202 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36c55ef766a080f6416a9d35c348c034091e3053;p=thirdparty%2Flibcgroup.git include/groups.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/include/libcgroup/groups.h b/include/libcgroup/groups.h index 503f499c..a79e8244 100644 --- a/include/libcgroup/groups.h +++ b/include/libcgroup/groups.h @@ -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.