Commit 421fc858 authored by Atul Kumar Pant's avatar Atul Kumar Pant Committed by Tejun Heo

selftests: cgroup: Fixes a typo in a comment

Signed-off-by: default avatarAtul Kumar Pant <atulpant.linux@gmail.com>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent aecd408b
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment