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[] = {
|
static char *corename[] = {
|
||||||
"UNKOWN",
|
"UNKNOWN",
|
||||||
"80486",
|
"80486",
|
||||||
"P5",
|
"P5",
|
||||||
"P6",
|
"P6",
|
||||||
|
|
Loading…
Reference in New Issue