Commit 9c249ec3 authored by Masanari Iida's avatar Masanari Iida Committed by Shuah Khan

selftests/ftrace: Fix typo in trigger-multihist.tc

This patch fix a spelling typo in trigger-multihist.tc
Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Acked-by: default avatarSteven Rostedt (VMware) <rostedt@goodmis.org>
Signed-off-by: default avatarShuah Khan <skhan@linuxfoundation.org>
parent 785c4e83
......@@ -23,7 +23,7 @@ if [ ! -f events/sched/sched_process_fork/hist ]; then
exit_unsupported
fi
echo "Test histogram multiple tiggers"
echo "Test histogram multiple triggers"
echo 'hist:keys=parent_pid:vals=child_pid' > events/sched/sched_process_fork/trigger
echo 'hist:keys=parent_comm:vals=child_pid' >> events/sched/sched_process_fork/trigger
......
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