I reviewed these 2 tests and found there's a typo.

Signed-off-by: Xing Guo <[email protected]>
---
 .../selftests/filesystems/mount-notify/mount-notify_test.c      | 2 +-
 .../selftests/filesystems/mount-notify/mount-notify_test_ns.c   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/tools/testing/selftests/filesystems/mount-notify/mount-notify_test.c 
b/tools/testing/selftests/filesystems/mount-notify/mount-notify_test.c
index 63ce708d93ed..18147594d619 100644
--- a/tools/testing/selftests/filesystems/mount-notify/mount-notify_test.c
+++ b/tools/testing/selftests/filesystems/mount-notify/mount-notify_test.c
@@ -208,7 +208,7 @@ static void verify_mount_ids(struct __test_metadata *const 
_metadata,
                        }
                }
        }
-       // Check that all list1 memebers can be found in list2. Together with
+       // Check that all list1 members can be found in list2. Together with
        // the above it means that the list1 and list2 represent the same sets.
        for (i = 0; i < num; i++) {
                for (j = 0; j < num; j++) {
diff --git 
a/tools/testing/selftests/filesystems/mount-notify/mount-notify_test_ns.c 
b/tools/testing/selftests/filesystems/mount-notify/mount-notify_test_ns.c
index 090a5ca65004..67c05bbc5e45 100644
--- a/tools/testing/selftests/filesystems/mount-notify/mount-notify_test_ns.c
+++ b/tools/testing/selftests/filesystems/mount-notify/mount-notify_test_ns.c
@@ -236,7 +236,7 @@ static void verify_mount_ids(struct __test_metadata *const 
_metadata,
                        }
                }
        }
-       // Check that all list1 memebers can be found in list2. Together with
+       // Check that all list1 members can be found in list2. Together with
        // the above it means that the list1 and list2 represent the same sets.
        for (i = 0; i < num; i++) {
                for (j = 0; j < num; j++) {
-- 
2.50.1


Reply via email to