[PATCH v1] selftests: cgroup: Fixes a typo in a comment

Atul Kumar Pant posted 1 patch 2 years, 1 month ago
tools/testing/selftests/cgroup/test_freezer.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH v1] selftests: cgroup: Fixes a typo in a comment
Posted by Atul Kumar Pant 2 years, 1 month ago
Signed-off-by: Atul Kumar Pant <atulpant.linux@gmail.com>
---
 tools/testing/selftests/cgroup/test_freezer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/cgroup/test_freezer.c b/tools/testing/selftests/cgroup/test_freezer.c
index ff519029f6f4..8845353aca53 100644
--- 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 is in the TRACEd state.
 	 */
 	if (cg_freeze_wait(cgroup, false))
 		goto cleanup;
-- 
2.25.1
Re: [PATCH v1] selftests: cgroup: Fixes a typo in a comment
Posted by Tejun Heo 2 years, 1 month ago
On Mon, Nov 06, 2023 at 11:40:34PM +0530, Atul Kumar Pant wrote:
> Signed-off-by: Atul Kumar Pant <atulpant.linux@gmail.com>

Applied to cgroup/for-6.8.

Thanks.

-- 
tejun