Skip to content

Commit 14c00e3

Browse files
micromaomaol0kod
authored andcommitted
selftests/landlock: Fix typo in fs_test
Signed-off-by: Tingmao Wang <m@maowtm.org> Link: https://lore.kernel.org/r/62d18e06eeb26f62bc49d24c4467b3793c5ba32b.1766885035.git.m@maowtm.org Signed-off-by: Mickaël Salaün <mic@digikod.net>
1 parent 602acfb commit 14c00e3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/testing/selftests/landlock/fs_test.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7069,8 +7069,8 @@ static int matches_log_fs_extra(struct __test_metadata *const _metadata,
70697069
return -E2BIG;
70707070

70717071
/*
7072-
* It is assume that absolute_path does not contain control characters nor
7073-
* spaces, see audit_string_contains_control().
7072+
* It is assumed that absolute_path does not contain control
7073+
* characters nor spaces, see audit_string_contains_control().
70747074
*/
70757075
absolute_path = realpath(path, NULL);
70767076
if (!absolute_path)

0 commit comments

Comments
 (0)