aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi Zefan <[email protected]>2011-03-03 14:26:20 +0800
committerIngo Molnar <[email protected]>2011-03-04 11:32:51 +0100
commit2d0f25201ee210a0666ec9c41538ba05a07f8bc6 (patch)
treed0a66e4f301c983269842f6d42e373bbd334207b
parent1b15d0558e82df9b3659804ceb44187b98eda354 (diff)
perf cgroup: Fix a typo in kernel config
s/specificied/specified Signed-off-by: Li Zefan <[email protected]> Acked-by: Stephane Eranian <[email protected]> Signed-off-by: Peter Zijlstra <[email protected]> LKML-Reference: <[email protected]> Signed-off-by: Ingo Molnar <[email protected]>
-rw-r--r--init/Kconfig2
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
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.