diff options
author | 2025-02-15 13:48:03 +0530 | |
---|---|---|
committer | 2025-03-16 22:06:23 -0700 | |
commit | af3b45aac5c9d0bdaebf4e93e3fecddc3f363857 (patch) | |
tree | 9a9dfad4665dcde5ac0ce099035e16ce92f09bce | |
parent | Documentation/mm: fix spelling mistake (diff) | |
download | wireguard-linux-af3b45aac5c9d0bdaebf4e93e3fecddc3f363857.tar.xz wireguard-linux-af3b45aac5c9d0bdaebf4e93e3fecddc3f363857.zip |
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>
-rw-r--r-- | tools/testing/selftests/mm/uffd-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/mm/uffd-common.c b/tools/testing/selftests/mm/uffd-common.c index 31e0c8a3110d..5457a078690d 100644 --- a/tools/testing/selftests/mm/uffd-common.c +++ b/tools/testing/selftests/mm/uffd-common.c @@ -348,7 +348,7 @@ int uffd_test_ctx_init(uint64_t features, const char **errmsg) /* * After initialization of area_src, we must explicitly release pages * for area_dst to make sure it's fully empty. Otherwise we could have - * some area_dst pages be errornously initialized with zero pages, + * some area_dst pages be erroneously initialized with zero pages, * hence we could hit memory corruption later in the test. * * One example is when THP is globally enabled, above allocate_area() |