Skip to content

Commit

Permalink
cgroup: fix a typo.
Browse files Browse the repository at this point in the history
This patch fixes a typo in a comment in cgroup.c.

Signed-off-by: Rami Rosen <rami.rosen@intel.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
  • Loading branch information
Rami Rosen authored and Tejun Heo committed Jan 10, 2016
1 parent ed89c00 commit 2cfa2b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/cgroup.c
Original file line number Diff line number Diff line change
Expand Up @@ -4037,7 +4037,7 @@ int cgroup_transfer_tasks(struct cgroup *to, struct cgroup *from)
goto out_err;

/*
* Migrate tasks one-by-one until @form is empty. This fails iff
* Migrate tasks one-by-one until @from is empty. This fails iff
* ->can_attach() fails.
*/
do {
Expand Down

0 comments on commit 2cfa2b1

Please sign in to comment.