Removed typos.

This commit is contained in:
dev
2011-06-09 08:45:44 +00:00
parent 28030dd470
commit fd178f6ce5

View File

@ -515,14 +515,14 @@ public class CPUID {
isAthlonCompatible = true;
isAthlon64Compatible = true;
isX64 = true;
switch(getCPUModel() + getCPUExtendedModel()\t\t){
switch(getCPUModel() + getCPUExtendedModel()){
case 2:
modelString = "Phenom / Athlon / Opteron Gen 3 (Barcelona/Agena/Toliman/Kuma, 65 nm)";
break;
case 4:
modelString = "Phenom II / Opteron Gen 3 (Shanghai/Deneb/Heka/Callisto, 45 nm)";
break;
case 5:270
case 5:
modelString = "Athlon II X2/X3/X4 (Regor/Rana/Propus AM3, 45 nm)";
break;
case 6: