Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...
[sfrench/cifs-2.6.git] / arch / x86 / kernel / smpboot.c
index 16703c35a944f1ffdff2ca95d68a073cdfc4d782..1e2050c4f94a6eb7213308bb79f318d647be8c1d 100644 (file)
@@ -1407,7 +1407,7 @@ void __init calculate_max_logical_packages(void)
        int ncpus;
 
        /*
-        * Today neither Intel nor AMD support heterogenous systems so
+        * Today neither Intel nor AMD support heterogeneous systems so
         * extrapolate the boot cpu's data to all packages.
         */
        ncpus = cpu_data(0).booted_cores * topology_max_smt_threads();