Commit a109ded2 authored by Colin Ian King's avatar Colin Ian King Committed by Thomas Gleixner

selftests/timers: Fix spelling mistake "Asyncrhonous" -> "Asynchronous"

Trivial fix to spelling mistake
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarJohn 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.orgSigned-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 84c39b8b
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment