We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b443265 commit 9d4b78dCopy full SHA for 9d4b78d
tools/testing/selftests/perf_events/watermark_signal.c
@@ -75,7 +75,7 @@ TEST(watermark_signal)
75
if (waitpid(child, &child_status, WSTOPPED) != child ||
76
!(WIFSTOPPED(child_status) && WSTOPSIG(child_status) == SIGSTOP)) {
77
fprintf(stderr,
78
- "failed to sycnhronize with child errno=%d status=%x\n",
+ "failed to synchronize with child errno=%d status=%x\n",
79
errno,
80
child_status);
81
goto cleanup;
0 commit comments