Skip to content

Commit 5bc9dc0

Browse files
vmezzelashuahkh
authored andcommitted
selftest: ftrace: fix minor typo in log
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>
1 parent 2851f57 commit 5bc9dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/testing/selftests/ftrace/test.d/trigger/trigger-hist-mod.tc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ grep "id: \(unknown_\|sys_\)" events/raw_syscalls/sys_exit/hist > /dev/null || \
4040

4141
reset_trigger
4242

43-
echo "Test histgram with log2 modifier"
43+
echo "Test histogram with log2 modifier"
4444

4545
echo 'hist:keys=bytes_req.log2' > events/kmem/kmalloc/trigger
4646
for i in `seq 1 10` ; do ( echo "forked" > /dev/null); done

0 commit comments

Comments
 (0)