From 228702e6e1652830a72ab9bdfcb85211e3218b24 Mon Sep 17 00:00:00 2001 From: Ioannis Glaropoulos Date: Mon, 11 Feb 2019 10:16:34 +0100 Subject: [PATCH] kernel: minor syntax fix in Kconfig Minor style (syntax) fix in the help text of symbol config EXECUTION_BENCHMARKING. Signed-off-by: Ioannis Glaropoulos --- kernel/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/Kconfig b/kernel/Kconfig index cf5eebd1cc2..d2261067a89 100644 --- a/kernel/Kconfig +++ b/kernel/Kconfig @@ -347,7 +347,7 @@ config EXECUTION_BENCHMARKING This option enables the tracking of various times inside the kernel the exact set of metrics being tracked is board-dependent. All timing measurements are enabled for X86 and ARM based architectures. - In other architectures only a subset are enabled. + In other architectures only a subset is enabled. config THREAD_MONITOR bool "Thread monitoring [EXPERIMENTAL]"