]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/memfd: fix spelling and grammatical issues
authorLiu Ye <liuye@kylinos.cn>
Thu, 6 Feb 2025 06:09:58 +0000 (14:09 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Tue, 4 Mar 2025 05:49:39 +0000 (21:49 -0800)
commitf719d6e63336e73c9ddbec5fdade44541a28a027
treee33617618b4f55eb12b75d491aa5d6683ecf7b5b
parent4efb7141136421fe7777b268af594f2f3e660c1f
mm/memfd: fix spelling and grammatical issues

The comment "If a private mapping then writability is irrelevant" contains
a typo.  It should be "If a private mapping then writability is
irrelevant".  The comment "SEAL_EXEC implys SEAL_WRITE, making W^X from
the start." contains a typo.  It should be "SEAL_EXEC implies SEAL_WRITE,
making W^X from the start."

Link: https://lkml.kernel.org/r/20250206060958.98010-1-liuye@kylinos.cn
Signed-off-by: Liu Ye <liuye@kylinos.cn>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/memfd.c