mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 20:54:03 +02:00
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>
This commit is contained in:
parent
d30b5a954e
commit
50bb761eb9
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user