]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/x86/kernel/cpu/mtrr/cyrix.c
spelling fixes: arch/i386/
[linux-2.6-omap-h63xx.git] / arch / x86 / kernel / cpu / mtrr / cyrix.c
index 2287d4863a8a01f7b060c39ffcebfe05dc33a94e..9964be3de2b7ceb2a80b26561738ab23f5b4ffed 100644 (file)
@@ -147,10 +147,10 @@ static void prepare_set(void)
        write_cr0(cr0);
        wbinvd();
 
-       /* Cyrix ARRs - everything else were excluded at the top */
+       /* Cyrix ARRs - everything else was excluded at the top */
        ccr3 = getCx86(CX86_CCR3);
 
-       /* Cyrix ARRs - everything else were excluded at the top */
+       /* Cyrix ARRs - everything else was excluded at the top */
        setCx86(CX86_CCR3, (ccr3 & 0x0f) | 0x10);
 
 }