diff options
| author | Wang Yan <wangyan01@kylinos.cn> | 2026-07-02 09:54:28 +0800 |
|---|---|---|
| committer | Christian Brauner <brauner@kernel.org> | 2026-07-31 10:09:06 +0200 |
| commit | 50bb761eb9baa63b7fd81fae259aaae07000ade1 (patch) | |
| tree | 96a13a5b0e2c9b9fb6268387cac5f2de1de642b4 /tools/testing | |
| parent | d30b5a954e0a4dcc16bba9c310c13709a6169a52 (diff) | |
| download | linux-50bb761eb9baa63b7fd81fae259aaae07000ade1.tar.gz linux-50bb761eb9baa63b7fd81fae259aaae07000ade1.zip | |
selftests/filesystems: fix spelling error in statmount test comment
Fix typo "didnt't" -> "didn't" in statmount_test.c comment.
Signed-off-by: Wang Yan <wangyan01@kylinos.cn>
Link: https://patch.msgid.link/20260702015428.363642-1-wangyan01@kylinos.cn
Signed-off-by: Christian Brauner (Amutable) <brauner@kernel.org>
Diffstat (limited to 'tools/testing')
| -rw-r--r-- | tools/testing/selftests/filesystems/statmount/statmount_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/filesystems/statmount/statmount_test.c b/tools/testing/selftests/filesystems/statmount/statmount_test.c index 8dc018d47a93..9d963e09e510 100644 --- a/tools/testing/selftests/filesystems/statmount/statmount_test.c +++ b/tools/testing/selftests/filesystems/statmount/statmount_test.c @@ -515,7 +515,7 @@ static void test_statmount_mnt_opts(void) return; } - ksft_test_result_fail("didnt't find mount entry\n"); + ksft_test_result_fail("didn't find mount entry\n"); free(sm); free(line); } |
