selftest/futex: Fix spelling mistake "boundarie" -> "boundary"

There is a spelling mistake in a test message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
Colin Ian King 2025-09-19 17:57:11 +01:00 committed by Thomas Gleixner
parent 520db0559d
commit 4386f71623

View File

@ -180,7 +180,7 @@ TEST(futex_numa_mpol)
ksft_print_msg("Memory back to RW\n");
test_futex(futex_ptr, 0);
ksft_test_result_pass("futex2 memory boundarie tests passed\n");
ksft_test_result_pass("futex2 memory boundary tests passed\n");
/* MPOL test. Does not work as expected */
#ifdef LIBNUMA_VER_SUFFICIENT