1
0
Fork 0

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>
hifive-unleashed-5.1
Colin Ian King 2016-11-28 14:35:18 -08:00 committed by Thomas Gleixner
parent 84c39b8b7d
commit a109ded26c
1 changed files with 1 additions and 1 deletions

View File

@ -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)