Commit 2d0f25201ee210a0666ec9c41538ba05a07f8bc6
Committed by
Ingo Molnar
1 parent
1b15d0558e
Exists in
master
and in
39 other branches
perf cgroup: Fix a typo in kernel config
s/specificied/specified Signed-off-by: Li Zefan <lizf@cn.fujitsu.com> Acked-by: Stephane Eranian <eranian@google.com> Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> LKML-Reference: <4D6F348C.2050804@cn.fujitsu.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
init/Kconfig
... | ... | @@ -688,7 +688,7 @@ |
688 | 688 | depends on PERF_EVENTS && CGROUPS |
689 | 689 | help |
690 | 690 | This option extends the per-cpu mode to restrict monitoring to |
691 | - threads which belong to the cgroup specificied and run on the | |
691 | + threads which belong to the cgroup specified and run on the | |
692 | 692 | designated cpu. |
693 | 693 | |
694 | 694 | Say N if unsure. |