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/hyperv_timer.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/hyperv_timer.c')
| -rw-r--r-- | drivers/clocksource/hyperv_timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/clocksource/hyperv_timer.c b/drivers/clocksource/hyperv_timer.c index 269a691bd2c4..a02b0a224807 100644 --- a/drivers/clocksource/hyperv_timer.c +++ b/drivers/clocksource/hyperv_timer.c @@ -457,7 +457,7 @@ void __init hv_init_clocksource(void) { /* * Try to set up the TSC page clocksource. If it succeeds, we're - * done. Otherwise, set up the MSR clocksoruce. At least one of + * done. Otherwise, set up the MSR clocksource. At least one of * these will always be available except on very old versions of * Hyper-V on x86. In that case we won't have a Hyper-V * clocksource, but Linux will still run with a clocksource based |
