mirror of
https://github.com/torvalds/linux.git
synced 2026-05-29 17:43:52 +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@gmail.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
parent
520db0559d
commit
4386f71623
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user