From f922b31943f4b2f45a380e8dd2dc2dc0a5ada066 Mon Sep 17 00:00:00 2001 From: Kamalesh Babulal Date: Mon, 14 Aug 2023 13:25:35 +0530 Subject: [PATCH] tools/lscgroup: 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 --- src/tools/lscgroup.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tools/lscgroup.c b/src/tools/lscgroup.c index 280f1d68..67d97662 100644 --- a/src/tools/lscgroup.c +++ b/src/tools/lscgroup.c @@ -149,7 +149,7 @@ static int print_cgroup(struct cgroup_group_spec *cgroup_spec, int flags) if (ret) return ret; if ((flags & FL_LIST) != 0) { - /* we succesfully finish printing */ + /* we successfully finish printing */ output = 0; break; } @@ -284,7 +284,7 @@ int main(int argc, char *argv[]) } } - /* initialize libcg */ + /* initialize libcgroup */ ret = cgroup_init(); if (ret) { err("%s: libcgroup initialization failed: %s\n", argv[0], cgroup_strerror(ret)); -- 2.47.2