From: Colin Ian King Date: Fri, 19 Sep 2025 16:57:11 +0000 (+0100) Subject: selftest/futex: Fix spelling mistake "boundarie" -> "boundary" X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4386f71623b77215c9502e60fc399e76ec337fec;p=thirdparty%2Fkernel%2Fstable.git selftest/futex: Fix spelling mistake "boundarie" -> "boundary" There is a spelling mistake in a test message. Fix it. Signed-off-by: Colin Ian King Signed-off-by: Thomas Gleixner --- diff --git a/tools/testing/selftests/futex/functional/futex_numa_mpol.c b/tools/testing/selftests/futex/functional/futex_numa_mpol.c index afe5d95b6441..d037a3f10ee8 100644 --- a/tools/testing/selftests/futex/functional/futex_numa_mpol.c +++ b/tools/testing/selftests/futex/functional/futex_numa_mpol.c @@ -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