From: Colin Ian King Date: Thu, 24 Jul 2025 11:17:15 +0000 (+0100) Subject: samples: Kconfig: fix spelling mistake "instancess" -> "instances" X-Git-Tag: io_uring-6.17-20250815~55^2~3 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=8c54f7e3e0eab0174683a562051417317c4ea297;p=linux-block.git samples: Kconfig: fix spelling mistake "instancess" -> "instances" There is a spelling mistake in the SAMPLE_TRACE_ARRAY config. Fix it. Link: https://lkml.kernel.org/r/20250724111715.141826-1-colin.i.king@gmail.com Signed-off-by: Colin Ian King Signed-off-by: Andrew Morton --- diff --git a/samples/Kconfig b/samples/Kconfig index a8880c62d4c8..6e072a5f1ed8 100644 --- a/samples/Kconfig +++ b/samples/Kconfig @@ -54,7 +54,7 @@ config SAMPLE_FTRACE_OPS measures the time taken to invoke one function a number of times. config SAMPLE_TRACE_ARRAY - tristate "Build sample module for kernel access to Ftrace instancess" + tristate "Build sample module for kernel access to Ftrace instances" depends on EVENT_TRACING && m help This builds a module that demonstrates the use of various APIs to