Commit 7b4632f0 authored by Geliang Tang's avatar Geliang Tang Committed by Tejun Heo

cgroup: fix a comment typo

Fix a comment typo in cgroup.h.
Signed-off-by: default avatarGeliang Tang <geliangtang@gmail.com>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent e0aed7c7
...@@ -266,7 +266,7 @@ void css_task_iter_end(struct css_task_iter *it); ...@@ -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 * cgroup_taskset_for_each_leader - iterate group leaders in a cgroup_taskset
* @leader: the loop cursor * @leader: the loop cursor
* @dst_css: the destination css * @dst_css: the destination css
* @tset: takset to iterate * @tset: taskset to iterate
* *
* Iterate threadgroup leaders of @tset. For single-task migrations, @tset * Iterate threadgroup leaders of @tset. For single-task migrations, @tset
* may not contain any. * may not contain any.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment