Skip to content

Commit 78272d4

Browse files
ColinIanKingPeter Zijlstra
authored andcommitted
selftests/futex: Fix spelling mistake "unitiliazed" -> "uninitialized"
There is a spelling mistake in a fail error message. Fix it. Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Peter Zijlstra (Intel) <[email protected]> Reviewed-by: Sebastian Andrzej Siewior <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 73c6c02 commit 78272d4

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 @@ int main(int argc, char *argv[])
180180
test_futex(futex_ptr, 0);
181181

182182
if (futex_numa->numa == FUTEX_NO_NODE)
183-
ksft_exit_fail_msg("NUMA node is left unitiliazed\n");
183+
ksft_exit_fail_msg("NUMA node is left uninitialized\n");
184184

185185
ksft_print_msg("Memory too small\n");
186186
test_futex(futex_ptr + mem_size - 4, 1);

0 commit comments

Comments
 (0)