aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorAtul Kumar Pant <atulpant.linux@gmail.com>2023-11-06 23:40:34 +0530
committerTejun Heo <tj@kernel.org>2023-11-12 09:29:59 -1000
commit421fc858023b839106a9c0dc42cd8947cf981d83 (patch)
tree18ec4d931f5946b07111416a74ac970af4a7b9f6
parentcgroup: Add a new helper for cgroup1 hierarchy (diff)
downloadwireguard-linux-421fc858023b839106a9c0dc42cd8947cf981d83.tar.xz
wireguard-linux-421fc858023b839106a9c0dc42cd8947cf981d83.zip
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>
-rw-r--r--tools/testing/selftests/cgroup/test_freezer.c2
1 files changed, 1 insertions, 1 deletions
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;