mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-30 16:53:20 -04: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:
committed by
Christian Brauner
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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user