Skip to content

Commit 211120c

Browse files
authored
Fix typo in UNKNOWN core name
Should be of no consequence, right?
1 parent 9e4d190 commit 211120c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpuid_x86.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1649,7 +1649,7 @@ static char *lowercpuname[] = {
16491649
};
16501650

16511651
static char *corename[] = {
1652-
"UNKOWN",
1652+
"UNKNOWN",
16531653
"80486",
16541654
"P5",
16551655
"P6",

0 commit comments

Comments
 (0)