Fix typos

This commit is contained in:
Stas Degteff 2005-10-27 19:18:58 +00:00
parent 569fa90b09
commit 7ebf8253e6

View File

@ -264,7 +264,7 @@ static void cpuname(int family, int model, const char *v_name, char *m_name)
case 15: case 15:
switch(model){ switch(model){
case 2: // Transmeta Efficeon(tm) Processor TM8000 case 2: // Transmeta Efficeon(tm) Processor TM8000
sprintf(m_name, "TM8000", family, model); sprintf(m_name, "TM8000");
break; break;
default: default:
sprintf(m_name, "TM F%dM%d", family, model); sprintf(m_name, "TM F%dM%d", family, model);
@ -281,7 +281,7 @@ static void cpuname(int family, int model, const char *v_name, char *m_name)
switch (family) switch (family)
{ {
case 6: // VIA C3 Nehemiah = F6M9; VIA C3 Samuel 2 = F6M7 case 6: // VIA C3 Nehemiah = F6M9; VIA C3 Samuel 2 = F6M7
sprintf(m_name, "VIA_C3", family, model); sprintf(m_name, "VIA_C3");
break; break;
default: default:
sprintf(m_name, "VIA F%dM%d", family, model); sprintf(m_name, "VIA F%dM%d", family, model);