selftests: cgroup: Fixes a typo in a comment
authorAtul Kumar Pant <atulpant.linux@gmail.com>
Mon, 6 Nov 2023 18:10:34 +0000 (23:40 +0530)
committerTejun Heo <tj@kernel.org>
Sun, 12 Nov 2023 19:29:59 +0000 (09:29 -1000)
Signed-off-by: Atul Kumar Pant <atulpant.linux@gmail.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
tools/testing/selftests/cgroup/test_freezer.c

index ff519029f6f433bf8ff019263cb59f7a532696a9..8845353aca53bb90e7781afc8bb3e86b94bc35b1 100644 (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;