]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
samples: Kconfig: fix spelling mistake "instancess" -> "instances"
authorColin Ian King <colin.i.king@gmail.com>
Thu, 24 Jul 2025 11:17:15 +0000 (12:17 +0100)
committerAndrew Morton <akpm@linux-foundation.org>
Sat, 2 Aug 2025 19:01:41 +0000 (12:01 -0700)
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 <colin.i.king@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
samples/Kconfig

index a8880c62d4c88ba90ac8da0bd3a114a53a985f13..6e072a5f1ed86d58361fb8ff8551f5202ed7086a 100644 (file)
@@ -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