From: Colin Ian King Date: Wed, 12 Apr 2017 13:48:17 +0000 (+0100) Subject: selftests/timers: fix spelling mistake: "Asynchronous" X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=05844f83132250d47514721b6801791972745082;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git selftests/timers: fix spelling mistake: "Asynchronous" trivial fix to spelling mistake in printed message. Signed-off-by: Colin Ian King Signed-off-by: Shuah Khan --- diff --git a/tools/testing/selftests/timers/clocksource-switch.c b/tools/testing/selftests/timers/clocksource-switch.c index fd88e3025bed..5ff165373f8b 100644 --- a/tools/testing/selftests/timers/clocksource-switch.c +++ b/tools/testing/selftests/timers/clocksource-switch.c @@ -159,7 +159,7 @@ int main(int argv, char **argc) } - printf("Running Asyncrhonous Switching Tests...\n"); + printf("Running Asynchronous Switching Tests...\n"); pid = fork(); if (!pid) return run_tests(60);