Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

trivial: Fix duplicated word "options" in comment

this was introduced in

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

Signed-off-by: Uwe Kleine-Koenig <u.kleine-koenig@pengutronix.de>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: trivial@kernel.org
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Uwe Kleine-Koenig and committed by
Jiri Kosina
2944fcbe f0a75770

+1 -1
+1 -1
kernel/trace/Kconfig
··· 83 83 # This allows those options to appear when no other tracer is selected. But the 84 84 # options do not appear when something else selects it. We need the two options 85 85 # GENERIC_TRACER and TRACING to avoid circular dependencies to accomplish the 86 - # hidding of the automatic options options. 86 + # hidding of the automatic options. 87 87 88 88 config TRACING 89 89 bool