From: Colin Ian King <colin.k...@canonical.com>

Trivial fix to spelling mistake

Cc: Thomas Gleixner <t...@linutronix.de>
Cc: Richard Cochran <richardcoch...@gmail.com>
Cc: Ingo Molnar <mi...@kernel.org>
Cc: Shuah Khan <sh...@kernel.org>
Cc: Prarit Bhargava <pra...@redhat.com>
Signed-off-by: Colin Ian King <colin.k...@canonical.com>
Signed-off-by: John Stultz <john.stu...@linaro.org>
---
 tools/testing/selftests/timers/skew_consistency.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/timers/skew_consistency.c 
b/tools/testing/selftests/timers/skew_consistency.c
index 5562f84..2a996e0 100644
--- a/tools/testing/selftests/timers/skew_consistency.c
+++ b/tools/testing/selftests/timers/skew_consistency.c
@@ -57,7 +57,7 @@ int main(int argv, char **argc)
        pid_t pid;
 
 
-       printf("Running Asyncrhonous Frequency Changing Tests...\n");
+       printf("Running Asynchronous Frequency Changing Tests...\n");
 
        pid = fork();
        if (!pid)
-- 
2.7.4

Reply via email to