diff options
author | Paul Gortmaker <[email protected]> | 2013-10-24 10:07:47 -0400 |
---|---|---|
committer | Frederic Weisbecker <[email protected]> | 2013-12-02 20:43:14 +0100 |
commit | 99c8b1ea0972be82ce1842d830e0173e70907065 (patch) | |
tree | c1d9f77c25dc41c22b0ae98f0ae429e1cae14245 | |
parent | e8fcaa5c54e3b0371230e5d43a6f650c667da9c5 (diff) |
trivial: fix spelling in CONTEXT_TRACKING_FORCE help text
Signed-off-by: Paul Gortmaker <[email protected]>
Signed-off-by: Frederic Weisbecker <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Oleg Nesterov <[email protected]>
Cc: Steven Rostedt <[email protected]>
-rw-r--r-- | init/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index 79383d3aa5dc..12d61f82e5f7 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -532,7 +532,7 @@ config CONTEXT_TRACKING_FORCE dynticks subsystem by forcing the context tracking on all CPUs in the system. - Say Y only if you're working on the developpement of an + Say Y only if you're working on the development of an architecture backend for the context tracking. Say N otherwise, this option brings an overhead that you |