aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2017-04-12 14:48:17 +0100
committerShuah Khan <shuahkh@osg.samsung.com>2017-04-13 15:51:17 -0600
commit05844f83132250d47514721b6801791972745082 (patch)
treeed3bf168482283e2e2b5ce8018331a4432c280c9
parentselftests/vm: Set mmap()'s fd as -1 for MAP_ANONYMOUS flag (diff)
downloadwireguard-linux-05844f83132250d47514721b6801791972745082.tar.xz
wireguard-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>
-rw-r--r--tools/testing/selftests/timers/clocksource-switch.c2
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);