mirror of https://gitee.com/openkylin/linux.git
selftests/timers: Fix spelling mistake "Asyncrhonous" -> "Asynchronous"
Trivial fix to spelling mistake Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: John Stultz <john.stultz@linaro.org> Cc: Prarit Bhargava <prarit@redhat.com> Cc: Richard Cochran <richardcochran@gmail.com> Cc: Shuah Khan <shuah@kernel.org> Link: http://lkml.kernel.org/r/1480372524-15181-2-git-send-email-john.stultz@linaro.org Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
This commit is contained in:
parent
84c39b8b7d
commit
a109ded26c
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue