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>
Mon, 17 Mar 2025 05:06:04 +0000 (22:06 -0700)
commit33c9b01ed2fcbc101cdfeb497f4581e981e7c1e7
tree8eb82d0beb1c490887fd17fa62966bd81ade68e6
parent4000e3d0a367c5ff2035a0394b01b93974be6cb1
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