[PATCH] Fix duplicated word "options" in comment

From: Uwe Kleine-KÃnig
Date: Wed Aug 05 2009 - 16:06:55 EST


this was introduced in

5e0a093 (tracing: fix config options to not show when automatically selected)

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@xxxxxxxxxxxxxx>
Cc: Steven Rostedt <rostedt@xxxxxxxxxxx>
Cc: trivial@xxxxxxxxxx
---
kernel/trace/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/kernel/trace/Kconfig b/kernel/trace/Kconfig
index 019f380..6919357 100644
--- a/kernel/trace/Kconfig
+++ b/kernel/trace/Kconfig
@@ -68,7 +68,7 @@ config CONTEXT_SWITCH_TRACER
# This allows those options to appear when no other tracer is selected. But the
# options do not appear when something else selects it. We need the two options
# GENERIC_TRACER and TRACING to avoid circular dependencies to accomplish the
-# hidding of the automatic options options.
+# hidding of the automatic options.

config TRACING
bool
--
tg: (90bc1a6..) t/trivial/optionsoptions (depends on: linus/master)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/