selftests/timers: fix spelling mistake: "Asynchronous"
authorColin Ian King <colin.king@canonical.com>
Wed, 12 Apr 2017 13:48:17 +0000 (14:48 +0100)
committerShuah Khan <shuahkh@osg.samsung.com>
Thu, 13 Apr 2017 21:51:17 +0000 (15:51 -0600)
trivial fix to spelling mistake in printed message.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
tools/testing/selftests/timers/clocksource-switch.c

index fd88e30..5ff1653 100644 (file)
@@ -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);