1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2025-02-12 20:24:05 +00:00

Fix a typo

This commit is contained in:
sprunk 2022-10-06 17:19:25 +02:00 committed by Xorg
parent 1a3785d03f
commit 8ad16a7050

View file

@ -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;