summary refs log tree commit diff
path: root/kernel/cgroup.c
diff options
context:
space:
mode:
authorRami Rosen <rami.rosen@intel.com>2016-01-09 23:33:06 +0200
committerTejun Heo <tj@kernel.org>2016-01-10 12:26:45 -0500
commit2cfa2b191e56fd4c5c6ffb72e1d1e82ed225676d (patch)
treea64c998b5cbcc72bc32daa2df6b1cb4a53e43d3a /kernel/cgroup.c
parented89c005b0f5caf5a1a1aac22ac3418e1340fd18 (diff)
downloadlinux-2cfa2b191e56fd4c5c6ffb72e1d1e82ed225676d.tar.gz
cgroup: fix a typo.
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>
Diffstat (limited to 'kernel/cgroup.c')
-rw-r--r--kernel/cgroup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/cgroup.c b/kernel/cgroup.c
index 122ec5543335..effb6366fd08 100644
--- a/kernel/cgroup.c
+++ b/kernel/cgroup.c
@@ -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 {