Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Atul Kumar Pant and committed by
Tejun Heo
421fc858 aecd408b

+1 -1
+1 -1
tools/testing/selftests/cgroup/test_freezer.c
··· 740 740 741 741 /* 742 742 * cg_check_frozen(cgroup, true) will fail here, 743 - * because the task in in the TRACEd state. 743 + * because the task is in the TRACEd state. 744 744 */ 745 745 if (cg_freeze_wait(cgroup, false)) 746 746 goto cleanup;