Commit 421fc858 authored by Atul Kumar Pant's avatar Atul Kumar Pant Committed by Tejun Heo
Browse files

selftests: cgroup: Fixes a typo in a comment

parent aecd408b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;