Commit 8c54f7e3 authored by Colin Ian King's avatar Colin Ian King Committed by Andrew Morton
Browse files

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: default avatarColin Ian King <colin.i.king@gmail.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
parent fb0e9db9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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