aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clocksource/timer-microchip-pit64b.c
diff options
context:
space:
mode:
authorIngo Molnar <[email protected]>2021-03-22 21:39:03 +0000
committerIngo Molnar <[email protected]>2021-03-22 22:06:48 +0000
commit4bf07f6562a01a488877e05267808da7147f44a5 (patch)
tree0fb7a2b72b3ecc340f8497149d5fe043a8525c26 /drivers/clocksource/timer-microchip-pit64b.c
parenttime/debug: Remove dentry pointer for debugfs (diff)
downloadkernel-4bf07f6562a01a488877e05267808da7147f44a5.tar.gz
kernel-4bf07f6562a01a488877e05267808da7147f44a5.zip
timekeeping, clocksource: Fix various typos in comments
Fix ~56 single-word typos in timekeeping & clocksource code comments. Signed-off-by: Ingo Molnar <[email protected]> Cc: Thomas Gleixner <[email protected]> Cc: John Stultz <[email protected]> Cc: Stephen Boyd <[email protected]> Cc: Daniel Lezcano <[email protected]> Cc: [email protected]
Diffstat (limited to 'drivers/clocksource/timer-microchip-pit64b.c')
-rw-r--r--drivers/clocksource/timer-microchip-pit64b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clocksource/timer-microchip-pit64b.c b/drivers/clocksource/timer-microchip-pit64b.c
index ab623b25a47b..cfa4ec7ef396 100644
--- a/drivers/clocksource/timer-microchip-pit64b.c
+++ b/drivers/clocksource/timer-microchip-pit64b.c
@@ -237,7 +237,7 @@ static void __init mchp_pit64b_pres_compute(u32 *pres, u32 clk_rate,
break;
}
- /* Use the bigest prescaler if we didn't match one. */
+ /* Use the biggest prescaler if we didn't match one. */
if (*pres == MCHP_PIT64B_PRES_MAX)
*pres = MCHP_PIT64B_PRES_MAX - 1;
}