mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 07:03:03 +02:00
selftests: mm: fix typo
Fix misspelling. Link: https://lkml.kernel.org/r/77e0e915-36c3-4c95-84b8-0b73aaa17951@gmail.com Signed-off-by: Eric Salem <ericsalem@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
This commit is contained in:
parent
c2661f5fe8
commit
3fae696393
|
|
@ -323,7 +323,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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user