mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 12:44:03 +02:00
selftests/landlock: Fix spelling error in fs_test comment
Fix typo "allowes" -> "allows" in Landlock filesystem test comment. Signed-off-by: Wang Yan <wangyan01@kylinos.cn> Reviewed-by: Günther Noack <gnoack@google.com> Link: https://patch.msgid.link/20260702015823.368529-1-wangyan01@kylinos.cn Signed-off-by: Mickaël Salaün <mic@digikod.net>
This commit is contained in:
parent
6b88ff2b9a
commit
525acde34d
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user