diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-04-17 19:01:21 +0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-04-18 16:12:27 +0400 |
commit | 59bf896406471ac49d124b3e5f4edcafe28e5360 (patch) | |
tree | 40360c346a159f947d6284bf9c2fe38c70a7751c /kernel/trace/Kconfig | |
parent | 3773b4540721a2e8d4b957f4619ada4bf0bc8e45 (diff) | |
download | linux-59bf896406471ac49d124b3e5f4edcafe28e5360.tar.xz |
Fix "the the" in various Kconfig
Fix typo "the the" in various Kconfig.
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'kernel/trace/Kconfig')
-rw-r--r-- | kernel/trace/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/trace/Kconfig b/kernel/trace/Kconfig index a1d2849f2473..33f768b779c9 100644 --- a/kernel/trace/Kconfig +++ b/kernel/trace/Kconfig @@ -272,7 +272,7 @@ config PROFILE_ANNOTATED_BRANCHES bool "Trace likely/unlikely profiler" select TRACE_BRANCH_PROFILING help - This tracer profiles all the the likely and unlikely macros + This tracer profiles all likely and unlikely macros in the kernel. It will display the results in: /sys/kernel/debug/tracing/trace_stat/branch_annotated |