summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/vm
diff options
context:
space:
mode:
authorWang Qing <wangqing@vivo.com>2020-11-07 17:19:35 +0800
committerShuah Khan <skhan@linuxfoundation.org>2020-11-10 14:46:39 -0700
commit82f147944c650a07831c796c398f5c973dbdde79 (patch)
treee2325cd90e7a4a506742d5610454fc750fd21577 /tools/testing/selftests/vm
parent1c49e3783f8899555190a49024ac86d3d76633cd (diff)
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/testing/selftests/vm')
-rw-r--r--tools/testing/selftests/vm/userfaultfd.c4
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;