]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
selftests: mm: fix typo
authorEric Salem <ericsalem@gmail.com>
Sun, 9 Feb 2025 02:36:36 +0000 (20:36 -0600)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 17 Mar 2025 05:06:11 +0000 (22:06 -0700)
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>
tools/testing/selftests/mm/uffd-common.c

index 7ad6ba660c7d6f1f5762d0b231b92b05e971a3c5..31e0c8a3110dd8fd79b07d92b27ea2a43751fe97 100644 (file)
@@ -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;
        }