From: Wang Qing Date: Sat, 7 Nov 2020 09:19:35 +0000 (+0800) Subject: tool: selftests: fix spelling typo of 'writting' X-Git-Tag: v5.11-rc1~128^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=82f147944c650a07831c796c398f5c973dbdde79;p=thirdparty%2Flinux.git tool: selftests: fix spelling typo of 'writting' writting -> writing Signed-off-by: Wang Qing Reviewed-by: Mike Rapoport Signed-off-by: Shuah Khan --- diff --git a/tools/testing/selftests/vm/userfaultfd.c b/tools/testing/selftests/vm/userfaultfd.c index 9b0912a017777..9132fae7ad650 100644 --- a/tools/testing/selftests/vm/userfaultfd.c +++ b/tools/testing/selftests/vm/userfaultfd.c @@ -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;