diff options
| author | Ingo Molnar <[email protected]> | 2021-03-22 21:39:03 +0000 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2021-03-22 22:06:48 +0000 |
| commit | 4bf07f6562a01a488877e05267808da7147f44a5 (patch) | |
| tree | 0fb7a2b72b3ecc340f8497149d5fe043a8525c26 /drivers/clocksource/timer-microchip-pit64b.c | |
| parent | time/debug: Remove dentry pointer for debugfs (diff) | |
| download | kernel-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.c | 2 |
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; } |
