diff options
author | Li Zefan <lizf@cn.fujitsu.com> | 2011-03-03 01:26:20 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2011-03-04 05:32:51 -0500 |
commit | 2d0f25201ee210a0666ec9c41538ba05a07f8bc6 (patch) | |
tree | d0a66e4f301c983269842f6d42e373bbd334207b /init | |
parent | 1b15d0558e82df9b3659804ceb44187b98eda354 (diff) |
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>
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index 20d6bd919b8d..4c4edf2ec4a9 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -688,7 +688,7 @@ config CGROUP_PERF | |||
688 | depends on PERF_EVENTS && CGROUPS | 688 | depends on PERF_EVENTS && CGROUPS |
689 | help | 689 | help |
690 | This option extends the per-cpu mode to restrict monitoring to | 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 | designated cpu. | 692 | designated cpu. |
693 | 693 | ||
694 | Say N if unsure. | 694 | Say N if unsure. |