Skip to content

Commit

Permalink
tool: selftests: fix spelling typo of 'writting'
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Wang Qing authored and Shuah Khan committed Nov 10, 2020
1 parent 1c49e37 commit 82f1479
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/testing/selftests/vm/userfaultfd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 82f1479

Please sign in to comment.