]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
selftest/futex: Fix spelling mistake "boundarie" -> "boundary"
authorColin Ian King <colin.i.king@gmail.com>
Fri, 19 Sep 2025 16:57:11 +0000 (17:57 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Sat, 20 Sep 2025 16:23:13 +0000 (18:23 +0200)
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>
tools/testing/selftests/futex/functional/futex_numa_mpol.c

index afe5d95b644150951023ef49b973daa8dc90d473..d037a3f10ee85d796fde1df11f920ed14c06a7a4 100644 (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