From: Li Zefan Date: Thu, 3 Mar 2011 06:26:20 +0000 (+0800) Subject: perf cgroup: Fix a typo in kernel config X-Git-Tag: v3.12-rc1~6967^2~31 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2d0f25201ee210a0666ec9c41538ba05a07f8bc6;p=kernel%2Fkernel-generic.git perf cgroup: Fix a typo in kernel config s/specificied/specified Signed-off-by: Li Zefan Acked-by: Stephane Eranian Signed-off-by: Peter Zijlstra LKML-Reference: <4D6F348C.2050804@cn.fujitsu.com> Signed-off-by: Ingo Molnar --- diff --git a/init/Kconfig b/init/Kconfig index 20d6bd9..4c4edf2 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -688,7 +688,7 @@ config CGROUP_PERF depends on PERF_EVENTS && CGROUPS help This option extends the per-cpu mode to restrict monitoring to - threads which belong to the cgroup specificied and run on the + threads which belong to the cgroup specified and run on the designated cpu. Say N if unsure.