[tip: locking/futex] selftest/futex: Fix spelling mistake "boundarie" -> "boundary"
From: tip-bot2 for Colin Ian King
Date: Sat Sep 20 2025 - 12:27:42 EST
The following commit has been merged into the locking/futex branch of tip:
Commit-ID: 4386f71623b77215c9502e60fc399e76ec337fec
Gitweb: https://git.kernel.org/tip/4386f71623b77215c9502e60fc399e76ec337fec
Author: Colin Ian King <colin.i.king@xxxxxxxxx>
AuthorDate: Fri, 19 Sep 2025 17:57:11 +01:00
Committer: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
CommitterDate: Sat, 20 Sep 2025 18:23:13 +02:00
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@xxxxxxxxx>
Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
---
tools/testing/selftests/futex/functional/futex_numa_mpol.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/testing/selftests/futex/functional/futex_numa_mpol.c b/tools/testing/selftests/futex/functional/futex_numa_mpol.c
index afe5d95..d037a3f 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