cgroup: fix a typo.
authorRami Rosen <rami.rosen@intel.com>
Sat, 9 Jan 2016 21:33:06 +0000 (23:33 +0200)
committerTejun Heo <tj@kernel.org>
Sun, 10 Jan 2016 17:26:45 +0000 (12:26 -0500)
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>
kernel/cgroup.c

index 122ec55..effb636 100644 (file)
@@ -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 {