[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20231106181034.117120-1-atulpant.linux@gmail.com>
Date: Mon, 6 Nov 2023 23:40:34 +0530
From: Atul Kumar Pant <atulpant.linux@...il.com>
To: tj@...nel.org, lizefan.x@...edance.com, hannes@...xchg.org,
shuah@...nel.org
Cc: Atul Kumar Pant <atulpant.linux@...il.com>,
cgroups@...r.kernel.org, linux-kselftest@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH v1] selftests: cgroup: Fixes a typo in a comment
Signed-off-by: Atul Kumar Pant <atulpant.linux@...il.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
Powered by blists - more mailing lists