Re: [PATCH] selftests/cgroup: fix repeated words in comments

From: Joe Perches
Date: Sun Jul 24 2022 - 11:52:56 EST


On Sun, 2022-07-24 at 15:04 +0800, wangjianli wrote:
> Delete the redundant word 'in'.
[]
> diff --git 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 in the TRACEd state.

presumably "is in"

> */
> if (cg_freeze_wait(cgroup, false))
> goto cleanup;