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 0485081 commit e408922Copy full SHA for e408922
tools/testing/selftests/futex/functional/futex_priv_hash.c
@@ -122,7 +122,7 @@ static void futex_dummy_op(void)
122
}
123
ret = pthread_mutex_timedlock(&lock, &timeout);
124
if (ret == 0)
125
- ksft_exit_fail_msg("Succeffuly locked an already locked mutex.\n");
+ ksft_exit_fail_msg("Successfully locked an already locked mutex.\n");
126
127
if (ret != ETIMEDOUT)
128
ksft_exit_fail_msg("pthread_mutex_timedlock() did not timeout: %d.\n", ret);
0 commit comments