From: Colin Ian King <[email protected]>

Trivial fix to spelling mistake

Cc: Thomas Gleixner <[email protected]>
Cc: Richard Cochran <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Shuah Khan <[email protected]>
Cc: Prarit Bhargava <[email protected]>
Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: John Stultz <[email protected]>
---
 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