Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1547072
| From | Geliang Tang <geliangtang@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] cgroup: fix a comment typo |
| Date | 2016-12-24 16:30 +0100 |
| Message-ID | <sRWqK-ca-11@gated-at.bofh.it> (permalink) |
| References | <sRWqK-ca-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Fix a comment typo in cgroup.h. Signed-off-by: Geliang Tang <geliangtang@gmail.com> --- include/linux/cgroup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.9.3
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] ALSA: mixart: fix a comment typo Geliang Tang <geliangtang@gmail.com> - 2016-12-24 16:30 +0100
[PATCH] cgroup: fix a comment typo Geliang Tang <geliangtang@gmail.com> - 2016-12-24 16:30 +0100
Re: [PATCH] cgroup: fix a comment typo Tejun Heo <tj@kernel.org> - 2016-12-27 21:00 +0100
Re: [PATCH] ALSA: mixart: fix a comment typo Takashi Iwai <tiwai@suse.de> - 2016-12-28 16:20 +0100
csiph-web