found/fixed the following typo:

- didnt't -> didn't

in `tools/testing/selftests/filesystems/statmount/statmount_test.c`

Signed-off-by: Soham Metha <sohammeth...@gmail.com>
---
 tools/testing/selftests/filesystems/statmount/statmount_test.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/filesystems/statmount/statmount_test.c 
b/tools/testing/selftests/filesystems/statmount/statmount_test.c
index f048042e53e9..1278259231fc 100644
--- a/tools/testing/selftests/filesystems/statmount/statmount_test.c
+++ b/tools/testing/selftests/filesystems/statmount/statmount_test.c
@@ -545,7 +545,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);
 }
-- 
2.34.1


Reply via email to