Skip to content

Commit 8c54f7e

Browse files
ColinIanKingakpm00
authored andcommitted
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/[email protected] Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent fb0e9db commit 8c54f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ config SAMPLE_FTRACE_OPS
5454
measures the time taken to invoke one function a number of times.
5555

5656
config SAMPLE_TRACE_ARRAY
57-
tristate "Build sample module for kernel access to Ftrace instancess"
57+
tristate "Build sample module for kernel access to Ftrace instances"
5858
depends on EVENT_TRACING && m
5959
help
6060
This builds a module that demonstrates the use of various APIs to

0 commit comments

Comments
 (0)