Commit 82f14794 authored by Wang Qing's avatar Wang Qing Committed by Shuah Khan
Browse files

tool: selftests: fix spelling typo of 'writting'



writting -> writing

Signed-off-by: default avatarWang Qing <wangqing@vivo.com>
Reviewed-by: default avatarMike Rapoport <rppt@linux.ibm.com>
Signed-off-by: default avatarShuah Khan <skhan@linuxfoundation.org>
parent 1c49e378
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;