Skip to content

Commit 9d4b78d

Browse files
ColinIanKingshuahkh
authored andcommitted
selftests/perf_events: Fix spelling mistake "sycnhronize" -> "synchronize"
There is a spelling mistake in an error message. Fix it. Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Colin Ian King <[email protected]> Acked-by: Kyle Huey <[email protected]> Signed-off-by: Shuah Khan <[email protected]>
1 parent b443265 commit 9d4b78d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/testing/selftests/perf_events/watermark_signal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ TEST(watermark_signal)
7575
if (waitpid(child, &child_status, WSTOPPED) != child ||
7676
!(WIFSTOPPED(child_status) && WSTOPSIG(child_status) == SIGSTOP)) {
7777
fprintf(stderr,
78-
"failed to sycnhronize with child errno=%d status=%x\n",
78+
"failed to synchronize with child errno=%d status=%x\n",
7979
errno,
8080
child_status);
8181
goto cleanup;

0 commit comments

Comments
 (0)