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

perf test: Fix spelling mistake "sythesizing" -> "synthesizing"

There are spelling mistakes in TEST_ASSERT_VAL messages. Fix them.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Link: https://lore.kernel.org/r/20250228090941.680226-1-colin.i.king@gmail.com
Signed-off-by: Namhyung Kim <namhyung@kernel.org>

authored by

Colin Ian King and committed by
Namhyung Kim
7e55bc01 75100d84

+2 -2
+2 -2
tools/perf/tests/mmap-thread-lookup.c
··· 229 229 static int test__mmap_thread_lookup(struct test_suite *test __maybe_unused, int subtest __maybe_unused) 230 230 { 231 231 /* perf_event__synthesize_threads synthesize */ 232 - TEST_ASSERT_VAL("failed with sythesizing all", 232 + TEST_ASSERT_VAL("failed with synthesizing all", 233 233 !mmap_events(synth_all)); 234 234 235 235 /* perf_event__synthesize_thread_map synthesize */ 236 - TEST_ASSERT_VAL("failed with sythesizing process", 236 + TEST_ASSERT_VAL("failed with synthesizing process", 237 237 !mmap_events(synth_process)); 238 238 239 239 return 0;