Commit-ID:  a109ded26c8c85c17872c8f61e8979c5d650004d
Gitweb:     http://git.kernel.org/tip/a109ded26c8c85c17872c8f61e8979c5d650004d
Author:     Colin Ian King <[email protected]>
AuthorDate: Mon, 28 Nov 2016 14:35:18 -0800
Committer:  Thomas Gleixner <[email protected]>
CommitDate: Tue, 29 Nov 2016 18:02:57 +0100

selftests/timers: Fix spelling mistake "Asyncrhonous" -> "Asynchronous"

Trivial fix to spelling mistake

Signed-off-by: Colin Ian King <[email protected]>
Signed-off-by: John Stultz <[email protected]>
Cc: Prarit Bhargava <[email protected]>
Cc: Richard Cochran <[email protected]>
Cc: Shuah Khan <[email protected]>
Link: 
http://lkml.kernel.org/r/[email protected]
Signed-off-by: Thomas Gleixner <[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)

Reply via email to