diff options
author | Ingo Molnar <mingo@kernel.org> | 2021-03-23 00:39:03 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2021-03-23 01:06:48 +0300 |
commit | 4bf07f6562a01a488877e05267808da7147f44a5 (patch) | |
tree | 0fb7a2b72b3ecc340f8497149d5fe043a8525c26 /drivers/clocksource/timer-vf-pit.c | |
parent | 44511ab344c755d1f216bf421e92fbc2777e87fe (diff) | |
download | linux-4bf07f6562a01a488877e05267808da7147f44a5.tar.xz |
timekeeping, clocksource: Fix various typos in comments
Fix ~56 single-word typos in timekeeping & clocksource code comments.
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: John Stultz <john.stultz@linaro.org>
Cc: Stephen Boyd <sboyd@kernel.org>
Cc: Daniel Lezcano <daniel.lezcano@linaro.org>
Cc: linux-kernel@vger.kernel.org
Diffstat (limited to 'drivers/clocksource/timer-vf-pit.c')
-rw-r--r-- | drivers/clocksource/timer-vf-pit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clocksource/timer-vf-pit.c b/drivers/clocksource/timer-vf-pit.c index 1a86a4e7e344..911c92146eca 100644 --- a/drivers/clocksource/timer-vf-pit.c +++ b/drivers/clocksource/timer-vf-pit.c @@ -136,7 +136,7 @@ static int __init pit_clockevent_init(unsigned long rate, int irq) /* * The value for the LDVAL register trigger is calculated as: * LDVAL trigger = (period / clock period) - 1 - * The pit is a 32-bit down count timer, when the conter value + * The pit is a 32-bit down count timer, when the counter value * reaches 0, it will generate an interrupt, thus the minimal * LDVAL trigger value is 1. And then the min_delta is * minimal LDVAL trigger value + 1, and the max_delta is full 32-bit. |