]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
tool: selftests: fix spelling typo of 'writting'
authorWang Qing <wangqing@vivo.com>
Sat, 7 Nov 2020 09:19:35 +0000 (17:19 +0800)
committerShuah Khan <skhan@linuxfoundation.org>
Tue, 10 Nov 2020 21:46:39 +0000 (14:46 -0700)
writting -> writing

Signed-off-by: Wang Qing <wangqing@vivo.com>
Reviewed-by: Mike Rapoport <rppt@linux.ibm.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/selftests/vm/userfaultfd.c

index 9b0912a017777330cf1d0fac25640edaa4c52608..9132fae7ad650aa57ec271117cabdc7f52da2ede 100644 (file)
@@ -894,7 +894,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;
@@ -922,7 +922,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;