]> 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>
Fri, 28 Feb 2025 00:59:47 +0000 (16:59 -0800)
commit877d3d9e086e6bcb85c6c3ca18a94b3a144309b4
treeb60cbfffea9f49e08fec6d09c6d5f7e346d0cb17
parentf7e137632c1cc1179f7d9b0f957cef0c117711d8
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