diff mbox series

selftests/timers: Fix spelling mistake "clocksourc" -> "clocksource"

Message ID 20210315123303.10218-1-colin.king@canonical.com
State Accepted
Commit ea2c679edc4120354ff15818f78ad64921534c03
Headers show
Series selftests/timers: Fix spelling mistake "clocksourc" -> "clocksource" | expand

Commit Message

Colin King March 15, 2021, 12:33 p.m. UTC
From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake in a comment. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 tools/testing/selftests/timers/clocksource-switch.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Shuah Khan March 26, 2021, 5:51 p.m. UTC | #1
On 3/15/21 12:41 PM, John Stultz wrote:
> On Mon, Mar 15, 2021 at 5:33 AM Colin King <colin.king@canonical.com> wrote:

>>

>> From: Colin Ian King <colin.king@canonical.com>

>>

>> There is a spelling mistake in a comment. Fix it.

>>

>> Signed-off-by: Colin Ian King <colin.king@canonical.com>

> 

> Akcde-yb: John Stultz <john.stultz@linaro.org>

> 

> I kid, I kid!  My apologies and thanks!

> 

> Acked-by: John Stultz <john.stultz@linaro.org>

> 


Thank you both. Applied now for 5.13-rc1

thanks,
-- Shuah
diff mbox series

Patch

diff --git a/tools/testing/selftests/timers/clocksource-switch.c b/tools/testing/selftests/timers/clocksource-switch.c
index bfc974b4572d..2d66abd877e6 100644
--- a/tools/testing/selftests/timers/clocksource-switch.c
+++ b/tools/testing/selftests/timers/clocksource-switch.c
@@ -3,7 +3,7 @@ 
  *		(C) Copyright IBM 2012
  *		Licensed under the GPLv2
  *
- *  NOTE: This is a meta-test which quickly changes the clocksourc and
+ *  NOTE: This is a meta-test which quickly changes the clocksource and
  *  then uses other tests to detect problems. Thus this test requires
  *  that the inconsistency-check and nanosleep tests be present in the
  *  same directory it is run from.