Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

selftest/ftrace: Fix typo in trigger-snapshot.tc

This patch fixes a spelling typo in trigger-snapshot.tc

[skhan@linuxfoundation.org: Fix typo in commit log]
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Acked-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>

authored by

Masanari Iida and committed by
Shuah Khan
861f47b0 a4864a33

+1 -1
+1 -1
tools/testing/selftests/ftrace/test.d/trigger/trigger-snapshot.tc
··· 28 28 exit_unsupported 29 29 fi 30 30 31 - echo "Test snapshot tigger" 31 + echo "Test snapshot trigger" 32 32 echo 0 > snapshot 33 33 echo 1 > events/sched/sched_process_fork/enable 34 34 ( echo "forked")