linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] selftest/ftrace: Fix typo in trigger-snapshot.tc
@ 2019-08-03  0:01 Masanari Iida
  2019-08-03  0:03 ` Randy Dunlap
  2019-08-30 21:31 ` Steven Rostedt
  0 siblings, 2 replies; 5+ messages in thread
From: Masanari Iida @ 2019-08-03  0:01 UTC (permalink / raw)
  To: linux-kernel, shuah, rostedt, mingo, linux-kselftest; +Cc: Masanari Iida

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

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 .../testing/selftests/ftrace/test.d/trigger/trigger-snapshot.tc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/ftrace/test.d/trigger/trigger-snapshot.tc b/tools/testing/selftests/ftrace/test.d/trigger/trigger-snapshot.tc
index 7717c0a09686..ac738500d17f 100644
--- a/tools/testing/selftests/ftrace/test.d/trigger/trigger-snapshot.tc
+++ b/tools/testing/selftests/ftrace/test.d/trigger/trigger-snapshot.tc
@@ -28,7 +28,7 @@ if [ -z "$FEATURE" ]; then
     exit_unsupported
 fi
 
-echo "Test snapshot tigger"
+echo "Test snapshot trigger"
 echo 0 > snapshot
 echo 1 > events/sched/sched_process_fork/enable
 ( echo "forked")
-- 
2.23.0.rc0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-08-30 22:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-03  0:01 [PATCH] selftest/ftrace: Fix typo in trigger-snapshot.tc Masanari Iida
2019-08-03  0:03 ` Randy Dunlap
2019-08-30 21:31 ` Steven Rostedt
2019-08-30 21:47   ` shuah
2019-08-30 22:06     ` Steven Rostedt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).