mirror of
https://github.com/anrieff/libcpuid
synced 2025-02-12 20:24:05 +00:00
Fix a typo
This commit is contained in:
parent
1a3785d03f
commit
8ad16a7050
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ enum _intel_model_t {
|
|||
_9xxx, /* Core i[3579] 9xxx */
|
||||
_10xxx, /* Core i[3579] 10xxx */
|
||||
_11xxx, /* Core i[3579] 11xxx */
|
||||
_12xxx, /* Core i[3579] 11xxx */
|
||||
_12xxx, /* Core i[3579] 12xxx */
|
||||
};
|
||||
typedef enum _intel_model_t intel_model_t;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue