From: Geliang Tang Date: Sat, 24 Dec 2016 15:28:35 +0000 (+0800) Subject: cgroup: fix a comment typo X-Git-Tag: v4.11-rc1~61^2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7b4632f048415263669676dda20fd5d811c3d3e4;p=platform%2Fkernel%2Flinux-exynos.git cgroup: fix a comment typo Fix a comment typo in cgroup.h. Signed-off-by: Geliang Tang Signed-off-by: Tejun Heo --- diff --git a/include/linux/cgroup.h b/include/linux/cgroup.h index c83c23f..f6b43fb 100644 --- a/include/linux/cgroup.h +++ b/include/linux/cgroup.h @@ -266,7 +266,7 @@ void css_task_iter_end(struct css_task_iter *it); * cgroup_taskset_for_each_leader - iterate group leaders in a cgroup_taskset * @leader: the loop cursor * @dst_css: the destination css - * @tset: takset to iterate + * @tset: taskset to iterate * * Iterate threadgroup leaders of @tset. For single-task migrations, @tset * may not contain any.