diff options
| author | Geliang Tang <geliangtang@gmail.com> | 2016-12-24 18:28:35 +0300 |
|---|---|---|
| committer | Tejun Heo <tj@kernel.org> | 2016-12-27 22:52:47 +0300 |
| commit | 7b4632f048415263669676dda20fd5d811c3d3e4 (patch) | |
| tree | 7806ac6095de1662095078970d3f72ca38f8d1b8 /include/linux | |
| parent | e0aed7c74f0bf6c643103f3a10ff988b7ee6545a (diff) | |
| download | linux-7b4632f048415263669676dda20fd5d811c3d3e4.tar.xz | |
cgroup: fix a comment typo
Fix a comment typo in cgroup.h.
Signed-off-by: Geliang Tang <geliangtang@gmail.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/cgroup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/cgroup.h b/include/linux/cgroup.h index c83c23f0577b..f6b43fbb141c 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. |
