Skip to content

Commit 75c96cc

Browse files
JuliaLawallakpm00
authored andcommitted
selftests/vm/pkeys: fix typo in comment
Spelling mistake (triple letters) in comment. Detected with the help of Coccinelle. Link: https://lkml.kernel.org/r/20220521111145.81697-80-Julia.Lawall@inria.fr Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr> Reviewed-by: Muchun Song <songmuchun@bytedance.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
1 parent 3413b2c commit 75c96cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/testing/selftests/vm/protection_keys.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1523,7 +1523,7 @@ void test_implicit_mprotect_exec_only_memory(int *ptr, u16 pkey)
15231523
/*
15241524
* Reset the shadow, assuming that the above mprotect()
15251525
* correctly changed PKRU, but to an unknown value since
1526-
* the actual alllocated pkey is unknown.
1526+
* the actual allocated pkey is unknown.
15271527
*/
15281528
shadow_pkey_reg = __read_pkey_reg();
15291529

0 commit comments

Comments
 (0)