Skip to content

Commit

Permalink
selftests/ftrace: Fix typo in trigger-multihist.tc
Browse files Browse the repository at this point in the history
This patch fix a spelling typo in trigger-multihist.tc

Signed-off-by: Masanari Iida <[email protected]>
Acked-by: Steven Rostedt (VMware) <[email protected]>
Signed-off-by: Shuah Khan <[email protected]>
  • Loading branch information
standby24x7 authored and shuahkh committed Mar 13, 2020
1 parent 785c4e8 commit 9c249ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9c249ec

Please sign in to comment.