Merge tag 'linux-kselftest-next-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
[platform/kernel/linux-starfive.git] / tools / testing / selftests / vm / userfaultfd.c
index 9d8650d..92b8ec4 100644 (file)
@@ -906,7 +906,7 @@ static int faulting_process(int signal_test)
                                count_verify[nr]);
                }
                /*
-                * Trigger write protection if there is by writting
+                * Trigger write protection if there is by writing
                 * the same value back.
                 */
                *area_count(area_dst, nr) = count;
@@ -934,7 +934,7 @@ static int faulting_process(int signal_test)
                                count_verify[nr]); exit(1);
                }
                /*
-                * Trigger write protection if there is by writting
+                * Trigger write protection if there is by writing
                 * the same value back.
                 */
                *area_count(area_dst, nr) = count;