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