diff options
author | Colin Ian King <colin.king@canonical.com> | 2017-04-12 14:48:17 +0100 |
---|---|---|
committer | Shuah Khan <shuahkh@osg.samsung.com> | 2017-04-13 15:51:17 -0600 |
commit | 05844f83132250d47514721b6801791972745082 (patch) | |
tree | ed3bf168482283e2e2b5ce8018331a4432c280c9 /tools | |
parent | 70d1a4e66854ae8aa26d9474ae282b46d7087770 (diff) | |
download | linux-05844f83132250d47514721b6801791972745082.tar.gz linux-05844f83132250d47514721b6801791972745082.tar.bz2 linux-05844f83132250d47514721b6801791972745082.zip |
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>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/testing/selftests/timers/clocksource-switch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/timers/clocksource-switch.c b/tools/testing/selftests/timers/clocksource-switch.c index fd88e3025bed..5ff165373f8b 100644 --- a/tools/testing/selftests/timers/clocksource-switch.c +++ b/tools/testing/selftests/timers/clocksource-switch.c @@ -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); |