]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
selftest: ftrace: fix minor typo in log
authorVincenzo Mezzela <vincenzo.mezzela@gmail.com>
Sun, 11 Feb 2024 11:18:18 +0000 (12:18 +0100)
committerShuah Khan <skhan@linuxfoundation.org>
Wed, 21 Feb 2024 00:27:50 +0000 (17:27 -0700)
Resolves a spelling error in the test log, preventing potential
confusion.

Signed-off-by: Vincenzo Mezzela <vincenzo.mezzela@gmail.com>
Acked-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/selftests/ftrace/test.d/trigger/trigger-hist-mod.tc

index 4562e13cb26bcde4b643084375c22c1a7c3edfea..717898894ef76f81e1a7304826698e48e68d5d7a 100644 (file)
@@ -40,7 +40,7 @@ grep "id: \(unknown_\|sys_\)" events/raw_syscalls/sys_exit/hist > /dev/null || \
 
 reset_trigger
 
-echo "Test histgram with log2 modifier"
+echo "Test histogram with log2 modifier"
 
 echo 'hist:keys=bytes_req.log2' > events/kmem/kmalloc/trigger
 for i in `seq 1 10` ; do ( echo "forked" > /dev/null); done