diff options
author | Wang Qing <wangqing@vivo.com> | 2020-11-07 10:19:35 +0100 |
---|---|---|
committer | Shuah Khan <skhan@linuxfoundation.org> | 2020-11-10 22:46:39 +0100 |
commit | 82f147944c650a07831c796c398f5c973dbdde79 (patch) | |
tree | e2325cd90e7a4a506742d5610454fc750fd21577 /tools | |
parent | selftests/memfd: Fix implicit declaration warnings (diff) | |
download | linux-82f147944c650a07831c796c398f5c973dbdde79.tar.xz linux-82f147944c650a07831c796c398f5c973dbdde79.zip |
tool: selftests: fix spelling typo of 'writting'
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>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/testing/selftests/vm/userfaultfd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/testing/selftests/vm/userfaultfd.c b/tools/testing/selftests/vm/userfaultfd.c index 9b0912a01777..9132fae7ad65 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; |