Skip to content

Commit e408922

Browse files
ColinIanKingKAGA-KOKO
authored andcommitted
selftests/futex: Fix spelling mistake "Succeffuly" -> "Successfully"
There is a spelling mistake in a ksft_exit_fail_msg() message. Fix it. Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Link: https://lore.kernel.org/all/[email protected]
1 parent 0485081 commit e408922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/testing/selftests/futex/functional/futex_priv_hash.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ static void futex_dummy_op(void)
122122
}
123123
ret = pthread_mutex_timedlock(&lock, &timeout);
124124
if (ret == 0)
125-
ksft_exit_fail_msg("Succeffuly locked an already locked mutex.\n");
125+
ksft_exit_fail_msg("Successfully locked an already locked mutex.\n");
126126

127127
if (ret != ETIMEDOUT)
128128
ksft_exit_fail_msg("pthread_mutex_timedlock() did not timeout: %d.\n", ret);

0 commit comments

Comments
 (0)