[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20170412134817.17369-1-colin.king@canonical.com>
Date: Wed, 12 Apr 2017 14:48:17 +0100
From: Colin King <colin.king@...onical.com>
To: John Stultz <john.stultz@...aro.org>,
Thomas Gleixner <tglx@...utronix.de>,
Stephen Boyd <sboyd@...eaurora.org>,
Shuah Khan <shuah@...nel.org>, linux-kselftest@...r.kernel.org
Cc: kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] selftests/timers: fix spelling mistake: "Asynchronous"
From: Colin Ian King <colin.king@...onical.com>
trivial fix to spelling mistake in printed message.
Signed-off-by: Colin Ian King <colin.king@...onical.com>
---
tools/testing/selftests/timers/clocksource-switch.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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);
--
2.11.0
Powered by blists - more mailing lists