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 <colin.i.king@gmail.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lore.kernel.org/all/20250715130627.1907017-1-colin.i.king@gmail.com
1 parent 0485081 commit e408922

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)