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

selftests/memfd: fix spelling mistakes

Fix spelling mistakes in the comments.

Link: https://lkml.kernel.org/r/20240501231317.24648-1-sauravshah.31@gmail.com
Signed-off-by: Saurav Shah <sauravshah.31@gmail.com>
Cc: Aleksa Sarai <cyphar@cyphar.com>
Cc: Greg Thelen <gthelen@google.com>
Cc: Jeff Xu <jeffxu@google.com>
Cc: Shuah Khan <shuah@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

Saurav Shah and committed by
Andrew Morton
a4c43b8a b8a25288

+2 -2
+1 -1
tools/testing/selftests/memfd/fuse_test.c
··· 306 306 * then the kernel did a page-replacement or canceled the read() (or 307 307 * whatever magic it did..). In that case, the memfd object is still 308 308 * all zero. 309 - * In case the memfd-object was *not* sealed, the read() was successfull 309 + * In case the memfd-object was *not* sealed, the read() was successful 310 310 * and the memfd object must *not* be all zero. 311 311 * Note that in real scenarios, there might be a mixture of both, but 312 312 * in this test-cases, we have explicit 200ms delays which should be
+1 -1
tools/testing/selftests/memfd/memfd_test.c
··· 1528 1528 1529 1529 /* 1530 1530 * Test sharing via fork() 1531 - * Test whether seal-modifications work as expected with forked childs. 1531 + * Test whether seal-modifications work as expected with forked children. 1532 1532 */ 1533 1533 static void test_share_fork(char *banner, char *b_suffix) 1534 1534 {