From 525acde34dc6b14970d9c464776120a8d2735580 Mon Sep 17 00:00:00 2001 From: Wang Yan Date: Thu, 2 Jul 2026 09:58:23 +0800 Subject: [PATCH] selftests/landlock: Fix spelling error in fs_test comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix typo "allowes" -> "allows" in Landlock filesystem test comment. Signed-off-by: Wang Yan Reviewed-by: Günther Noack Link: https://patch.msgid.link/20260702015823.368529-1-wangyan01@kylinos.cn Signed-off-by: Mickaël Salaün --- tools/testing/selftests/landlock/fs_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/testing/selftests/landlock/fs_test.c b/tools/testing/selftests/landlock/fs_test.c index 86e08aa6e0a7..e672089e9329 100644 --- a/tools/testing/selftests/landlock/fs_test.c +++ b/tools/testing/selftests/landlock/fs_test.c @@ -6927,7 +6927,7 @@ TEST_F_FORK(layout2_overlay, same_content_different_file) ASSERT_EQ(0, test_open(path_entry, O_RDWR)); } - /* Only allowes access to the merge hierarchy. */ + /* Only allows access to the merge hierarchy. */ enforce_fs(_metadata, ACCESS_RW, layer5_merge_only); /* Checks new accesses on lower layer. */