mirror of
https://github.com/linux-msm/laptops-kernel.git
synced 2026-08-13 14:19:53 -07: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:
committed by
Thomas Gleixner
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
|
||||
|
||||
Reference in New Issue
Block a user