diff options
| author | Tingmao Wang <m@maowtm.org> | 2025-12-28 01:27:31 +0000 |
|---|---|---|
| committer | Mickaël Salaün <mic@digikod.net> | 2025-12-29 16:19:38 +0100 |
| commit | 14c00e30d3a29a7fb6053fcaa54aeb6c07fb1055 (patch) | |
| tree | ea8fadcd4ee6656dc2a85f32058addc5c7b6bec1 /tools/testing | |
| parent | 602acfb541195eb35584d7a3fc7d1db676f059bd (diff) | |
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>
Diffstat (limited to 'tools/testing')
| -rw-r--r-- | tools/testing/selftests/landlock/fs_test.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/testing/selftests/landlock/fs_test.c b/tools/testing/selftests/landlock/fs_test.c index 76491ba54dce..37a5a3df712e 100644 --- a/tools/testing/selftests/landlock/fs_test.c +++ b/tools/testing/selftests/landlock/fs_test.c @@ -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) |
