cgroup: fix a comment typo
authorGeliang Tang <geliangtang@gmail.com>
Sat, 24 Dec 2016 15:28:35 +0000 (23:28 +0800)
committerTejun Heo <tj@kernel.org>
Tue, 27 Dec 2016 19:52:47 +0000 (14:52 -0500)
Fix a comment typo in cgroup.h.

Signed-off-by: Geliang Tang <geliangtang@gmail.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
include/linux/cgroup.h

index c83c23f..f6b43fb 100644 (file)
@@ -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.