OSDN Git Service

userfaultfd/selftests: Fix typo in comment
authorXiang wangx <wangxiang@cdjrlc.com>
Fri, 10 Jun 2022 07:12:44 +0000 (15:12 +0800)
committerShuah Khan <skhan@linuxfoundation.org>
Mon, 27 Jun 2022 20:08:13 +0000 (14:08 -0600)
Delete the redundant word 'in'.

Signed-off-by: Xiang wangx <wangxiang@cdjrlc.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/selftests/vm/userfaultfd.c

index 0bdfc19..4bc2458 100644 (file)
@@ -860,7 +860,7 @@ static int stress(struct uffd_stats *uffd_stats)
        /*
         * Be strict and immediately zap area_src, the whole area has
         * been transferred already by the background treads. The
-        * area_src could then be faulted in in a racy way by still
+        * area_src could then be faulted in a racy way by still
         * running uffdio_threads reading zeropages after we zapped
         * area_src (but they're guaranteed to get -EEXIST from
         * UFFDIO_COPY without writing zero pages into area_dst