Commit 5bc9dc06 authored by Vincenzo Mezzela's avatar Vincenzo Mezzela Committed by Shuah Khan

selftest: ftrace: fix minor typo in log

Resolves a spelling error in the test log, preventing potential
confusion.
Signed-off-by: default avatarVincenzo Mezzela <vincenzo.mezzela@gmail.com>
Acked-by: default avatarSteven Rostedt (Google) <rostedt@goodmis.org>
Signed-off-by: default avatarShuah Khan <skhan@linuxfoundation.org>
parent 2851f57d
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment