Skip to content

Commit 4386f71

Browse files
ColinIanKingKAGA-KOKO
authored andcommitted
selftest/futex: Fix spelling mistake "boundarie" -> "boundary"
There is a spelling mistake in a test message. Fix it. Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]>
1 parent 520db05 commit 4386f71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/testing/selftests/futex/functional/futex_numa_mpol.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ TEST(futex_numa_mpol)
180180
ksft_print_msg("Memory back to RW\n");
181181
test_futex(futex_ptr, 0);
182182

183-
ksft_test_result_pass("futex2 memory boundarie tests passed\n");
183+
ksft_test_result_pass("futex2 memory boundary tests passed\n");
184184

185185
/* MPOL test. Does not work as expected */
186186
#ifdef LIBNUMA_VER_SUFFICIENT

0 commit comments

Comments
 (0)