selftests/timers: fix spelling mistake: "Asynchronous"

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>
This commit is contained in:
Colin Ian King 2017-04-12 14:48:17 +01:00 committed by Shuah Khan
parent 70d1a4e668
commit 05844f8313
1 changed files with 1 additions and 1 deletions

View 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);