From: Atul Kumar Pant Date: Mon, 6 Nov 2023 18:10:34 +0000 (+0530) Subject: selftests: cgroup: Fixes a typo in a comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=421fc858023b839106a9c0dc42cd8947cf981d83;p=linux.git selftests: cgroup: Fixes a typo in a comment Signed-off-by: Atul Kumar Pant Signed-off-by: Tejun Heo --- diff --git a/tools/testing/selftests/cgroup/test_freezer.c b/tools/testing/selftests/cgroup/test_freezer.c index ff519029f6f43..8845353aca53b 100644 --- a/tools/testing/selftests/cgroup/test_freezer.c +++ b/tools/testing/selftests/cgroup/test_freezer.c @@ -740,7 +740,7 @@ static int test_cgfreezer_ptraced(const char *root) /* * cg_check_frozen(cgroup, true) will fail here, - * because the task in in the TRACEd state. + * because the task is in the TRACEd state. */ if (cg_freeze_wait(cgroup, false)) goto cleanup;