]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - arch/x86/kernel/hpet.c
Merge tag 'rtc-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
[thirdparty/linux.git] / arch / x86 / kernel / hpet.c
index 17adad4cbe78c811db5efc88fe70a5f4ef4e58fc..a38d0c93a66e825a38987a65fdd09ad97bbae2ec 100644 (file)
@@ -707,7 +707,7 @@ static void __init hpet_select_clockevents(void)
 
        hpet_base.nr_clockevents = 0;
 
-       /* No point if MSI is disabled or CPU has an Always Runing APIC Timer */
+       /* No point if MSI is disabled or CPU has an Always Running APIC Timer */
        if (hpet_msi_disable || boot_cpu_has(X86_FEATURE_ARAT))
                return;
 
@@ -965,7 +965,7 @@ static bool __init mwait_pc10_supported(void)
  * and per CPU timer interrupts.
  *
  * The probability that this problem is going to be solved in the
- * forseeable future is close to zero, so the kernel has to be cluttered
+ * foreseeable future is close to zero, so the kernel has to be cluttered
  * with heuristics to keep up with the ever growing amount of hardware and
  * firmware trainwrecks. Hopefully some day hardware people will understand
  * that the approach of "This can be fixed in software" is not sustainable.