* [PATCH][next] selftests/mm: Fix spelling mistake "priviledge" -> "privilege"
@ 2023-04-14 8:15 Colin Ian King
0 siblings, 0 replies; only message in thread
From: Colin Ian King @ 2023-04-14 8:15 UTC (permalink / raw)
To: Andrew Morton, Shuah Khan, linux-mm, linux-kselftest
Cc: kernel-janitors, linux-kernel
There is a spelling mistake in an error message string. Fix it.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
tools/testing/selftests/mm/uffd-common.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/testing/selftests/mm/uffd-common.c b/tools/testing/selftests/mm/uffd-common.c
index 61c6250adf93..54dfd92d86cf 100644
--- a/tools/testing/selftests/mm/uffd-common.c
+++ b/tools/testing/selftests/mm/uffd-common.c
@@ -311,7 +311,7 @@ int uffd_test_ctx_init(uint64_t features, const char **errmsg)
ret = userfaultfd_open(&features);
if (ret) {
if (errmsg)
- *errmsg = "possible lack of priviledge";
+ *errmsg = "possible lack of privilege";
return ret;
}
--
2.30.2
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-04-14 8:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-14 8:15 [PATCH][next] selftests/mm: Fix spelling mistake "priviledge" -> "privilege" Colin Ian King
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox