Fix typo in UNKNOWN core name
Should be of no consequence, right?
This commit is contained in:
parent
9e4d190f4f
commit
211120c508
|
@ -1649,7 +1649,7 @@ static char *lowercpuname[] = {
|
|||
};
|
||||
|
||||
static char *corename[] = {
|
||||
"UNKOWN",
|
||||
"UNKNOWN",
|
||||
"80486",
|
||||
"P5",
|
||||
"P6",
|
||||
|
|
Loading…
Reference in New Issue