diff options
author | Colin Ian King <colin.i.king@gmail.com> | 2025-09-19 17:57:11 +0100 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2025-09-20 18:23:13 +0200 |
commit | 4386f71623b77215c9502e60fc399e76ec337fec (patch) | |
tree | 8a9a447bbba736f562b35464395f472341b6675e | |
parent | 520db0559deff096c33a95dd3be2583e02771261 (diff) |
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>
-rw-r--r-- | tools/testing/selftests/futex/functional/futex_numa_mpol.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |