Commit 4386f716 authored by Colin Ian King's avatar Colin Ian King Committed by Thomas Gleixner
Browse files

selftest/futex: Fix spelling mistake "boundarie" -> "boundary"



There is a spelling mistake in a test message. Fix it.

Signed-off-by: default avatarColin Ian King <colin.i.king@gmail.com>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 520db055
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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