Merge tag 'x86-splitlock-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel...
[platform/kernel/linux-starfive.git] / arch / x86 / kernel / cpu / intel.c
index e25e52b..fe0bec1 100644 (file)
@@ -301,7 +301,7 @@ static void early_init_intel(struct cpuinfo_x86 *c)
         *  The operating system must reload CR3 to cause the TLB to be flushed"
         *
         * As a result, boot_cpu_has(X86_FEATURE_PGE) in arch/x86/include/asm/tlbflush.h
-        * should be false so that __flush_tlb_all() causes CR3 insted of CR4.PGE
+        * should be false so that __flush_tlb_all() causes CR3 instead of CR4.PGE
         * to be modified.
         */
        if (c->x86 == 5 && c->x86_model == 9) {