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:
Wang Yan
2026-07-02 09:54:28 +08:00
committed by Christian Brauner
parent d30b5a954e
commit 50bb761eb9

View File

@@ -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);
}