mirror of https://gitee.com/openkylin/linux.git
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:
parent
70d1a4e668
commit
05844f8313
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue