Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1532551
| From | tip-bot for Colin Ian King <tipbot@zytor.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [tip:timers/core] selftests/timers: Fix spelling mistake "Asyncrhonous" -> "Asynchronous" |
| Date | 2016-11-29 18:20 +0100 |
| Message-ID | <sIUet-2Xs-15@gated-at.bofh.it> (permalink) |
| References | <sICKC-89o-55@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Commit-ID: a109ded26c8c85c17872c8f61e8979c5d650004d
Gitweb: http://git.kernel.org/tip/a109ded26c8c85c17872c8f61e8979c5d650004d
Author: Colin Ian King <colin.king@canonical.com>
AuthorDate: Mon, 28 Nov 2016 14:35:18 -0800
Committer: Thomas Gleixner <tglx@linutronix.de>
CommitDate: Tue, 29 Nov 2016 18:02:57 +0100
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>
---
tools/testing/selftests/timers/skew_consistency.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/testing/selftests/timers/skew_consistency.c b/tools/testing/selftests/timers/skew_consistency.c
index 5562f84..2a996e0 100644
--- a/tools/testing/selftests/timers/skew_consistency.c
+++ b/tools/testing/selftests/timers/skew_consistency.c
@@ -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)
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 1/7] selftests/timers: Fix spelling mistake "Asyncrhonous" -> "Asynchronous" John Stultz <john.stultz@linaro.org> - 2016-11-28 23:40 +0100 [tip:timers/core] selftests/timers: Fix spelling mistake "Asyncrhonous" -> "Asynchronous" tip-bot for Colin Ian King <tipbot@zytor.com> - 2016-11-29 18:20 +0100
csiph-web