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>
This commit is contained in:
Wang Qing 2020-11-07 17:19:35 +08:00 committed by Shuah Khan
parent 1c49e3783f
commit 82f147944c

View 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;