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/[email protected] Signed-off-by: Julia Lawall <[email protected]> Reviewed-by: Muchun Song <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
1 parent 3413b2c commit 75c96cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)