]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
selftests/landlock: Fix typo in fs_test
authorTingmao Wang <m@maowtm.org>
Sun, 28 Dec 2025 01:27:31 +0000 (01:27 +0000)
committerMickaël Salaün <mic@digikod.net>
Mon, 29 Dec 2025 15:19:38 +0000 (16:19 +0100)
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>
tools/testing/selftests/landlock/fs_test.c

index 76491ba54dce2bb3b3c21a8dd9677f0c05dcaa1e..37a5a3df712ecb186c91e1abd1a0e393ea8457dc 100644 (file)
@@ -7069,8 +7069,8 @@ static int matches_log_fs_extra(struct __test_metadata *const _metadata,
                return -E2BIG;
 
        /*
-        * It is assume that absolute_path does not contain control characters nor
-        * spaces, see audit_string_contains_control().
+        * It is assumed that absolute_path does not contain control
+        * characters nor spaces, see audit_string_contains_control().
         */
        absolute_path = realpath(path, NULL);
        if (!absolute_path)