Skip to content

Commit 2cfa2b1

Browse files
Rami Rosenhtejun
authored andcommitted
cgroup: fix a typo.
This patch fixes a typo in a comment in cgroup.c. Signed-off-by: Rami Rosen <[email protected]> Signed-off-by: Tejun Heo <[email protected]>
1 parent ed89c00 commit 2cfa2b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/cgroup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4037,7 +4037,7 @@ int cgroup_transfer_tasks(struct cgroup *to, struct cgroup *from)
40374037
goto out_err;
40384038

40394039
/*
4040-
* Migrate tasks one-by-one until @form is empty. This fails iff
4040+
* Migrate tasks one-by-one until @from is empty. This fails iff
40414041
* ->can_attach() fails.
40424042
*/
40434043
do {

0 commit comments

Comments
 (0)