All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] perf test: fix spelling mistake "sythesizing" -> "synthesizing"
@ 2018-11-29 10:31 Colin King
  2019-04-17 10:55   ` Colin King
  2019-09-11 15:21   ` Colin King
  0 siblings, 2 replies; 18+ messages in thread
From: Colin King @ 2018-11-29 10:31 UTC (permalink / raw)
  To: Peter Zijlstra, Arnaldo Carvalho de Melo, Alexander Shishkin,
	Jiri Olsa, Namhyung Kim
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

There are spelling mistakes in TEST_ASSERT_VAL messages, fix them.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 tools/perf/tests/mmap-thread-lookup.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/perf/tests/mmap-thread-lookup.c b/tools/perf/tests/mmap-thread-lookup.c
index b1af2499a3c9..e8498d3e0176 100644
--- a/tools/perf/tests/mmap-thread-lookup.c
+++ b/tools/perf/tests/mmap-thread-lookup.c
@@ -224,11 +224,11 @@ static int mmap_events(synth_cb synth)
 int test__mmap_thread_lookup(struct test *test __maybe_unused, int subtest __maybe_unused)
 {
 	/* perf_event__synthesize_threads synthesize */
-	TEST_ASSERT_VAL("failed with sythesizing all",
+	TEST_ASSERT_VAL("failed with synthesizing all",
 			!mmap_events(synth_all));
 
 	/* perf_event__synthesize_thread_map synthesize */
-	TEST_ASSERT_VAL("failed with sythesizing process",
+	TEST_ASSERT_VAL("failed with synthesizing process",
 			!mmap_events(synth_process));
 
 	return 0;
-- 
2.19.1

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

end of thread, other threads:[~2019-09-20 16:22 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-29 10:31 [PATCH] perf test: fix spelling mistake "sythesizing" -> "synthesizing" Colin King
2019-04-17 10:55 ` [PATCH] perf test: fix spelling mistake "leadking" -> "leaking" Colin King
2019-04-17 10:55   ` Colin King
2019-04-17 11:07   ` Mukesh Ojha
2019-04-17 11:19     ` Mukesh Ojha
2019-04-17 11:09     ` Colin Ian King
2019-04-17 11:09       ` Colin Ian King
2019-04-17 17:37     ` Arnaldo Carvalho de Melo
2019-04-17 17:37       ` Arnaldo Carvalho de Melo
2019-05-18  8:47   ` [tip:perf/core] perf test: Fix " tip-bot for Colin Ian King
2019-09-11 15:21 ` [PATCH] perf test: fix spelling mistake "allos" -> "allocate" Colin King
2019-09-11 15:21   ` Colin King
2019-09-17  7:42   ` Mukesh Ojha
2019-09-17  7:54     ` Mukesh Ojha
2019-09-18 23:09     ` Arnaldo Carvalho de Melo
2019-09-18 23:09       ` Arnaldo Carvalho de Melo
2019-09-20 16:20   ` [tip: perf/urgent] perf test: Fix " tip-bot2 for Colin Ian King
2019-09-20 16:20     ` tip-bot2 for Colin Ian King

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.