mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 00:50:54 +07:00
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
Block a user