selftests: cgroup: Fixes a typo in a comment

Signed-off-by: Atul Kumar Pant <atulpant.linux@gmail.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
This commit is contained in:
Atul Kumar Pant 2023-11-06 23:40:34 +05:30 committed by Tejun Heo
parent aecd408b7e
commit 421fc85802

View file

@ -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;