diff --git a/kernel/cgroup.c b/kernel/cgroup.c
index 122ec55433352f08a4bfa541bb936966e8d6e92f..effb6366fd08bf2aede17853141d1c06abd2c9ec 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 {