Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

selftests/mm: fix spelling

Fix misspelling flagged by codespell.

Link: https://lkml.kernel.org/r/20250215081803.1793-1-ujwal.kundur@gmail.com
Signed-off-by: Ujwal Kundur <ujwal.kundur@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

Ujwal Kundur and committed by
Andrew Morton
af3b45aa 8e4909d6

+1 -1
+1 -1
tools/testing/selftests/mm/uffd-common.c
··· 348 348 /* 349 349 * After initialization of area_src, we must explicitly release pages 350 350 * for area_dst to make sure it's fully empty. Otherwise we could have 351 - * some area_dst pages be errornously initialized with zero pages, 351 + * some area_dst pages be erroneously initialized with zero pages, 352 352 * hence we could hit memory corruption later in the test. 353 353 * 354 354 * One example is when THP is globally enabled, above allocate_area()