Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Julia Lawall and committed by
akpm
75c96cce 3413b2c8

+1 -1
+1 -1
tools/testing/selftests/vm/protection_keys.c
··· 1523 1523 /* 1524 1524 * Reset the shadow, assuming that the above mprotect() 1525 1525 * correctly changed PKRU, but to an unknown value since 1526 - * the actual alllocated pkey is unknown. 1526 + * the actual allocated pkey is unknown. 1527 1527 */ 1528 1528 shadow_pkey_reg = __read_pkey_reg(); 1529 1529