Fix typo in UNKNOWN core name
authorTiborGY <gyori.tibor@stud.u-szeged.hu>
Thu, 27 Dec 2018 22:09:21 +0000 (23:09 +0100)
committerGitHub <noreply@github.com>
Thu, 27 Dec 2018 22:09:21 +0000 (23:09 +0100)
Should be of no consequence, right?

cpuid_x86.c

index 8e4a7cb..eb986b6 100644 (file)
@@ -1649,7 +1649,7 @@ static char *lowercpuname[] = {
 };
 
 static char *corename[] = {
-  "UNKOWN",
+  "UNKNOWN",
   "80486",
   "P5",
   "P6",