Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Colin Ian King and committed by
Thomas Gleixner
e4089221 04850819

+1 -1
+1 -1
tools/testing/selftests/futex/functional/futex_priv_hash.c
··· 122 122 } 123 123 ret = pthread_mutex_timedlock(&lock, &timeout); 124 124 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"); 126 126 127 127 if (ret != ETIMEDOUT) 128 128 ksft_exit_fail_msg("pthread_mutex_timedlock() did not timeout: %d.\n", ret);