summaryrefslogtreecommitdiffstats
path: root/MdePkg
diff options
context:
space:
mode:
authorRebecca Cran <rebecca@nuviainc.com>2020-12-04 13:11:25 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-12-10 02:24:10 +0000
commite157c8f9ed173a390d2c9d29069a46e9662e0d04 (patch)
tree088ad465f920dc35ea01983c6c51123a6cd03fc7 /MdePkg
parent272a1db63a09087ce3da4cf44ec7b758611ff1ed (diff)
downloadedk2-e157c8f9ed173a390d2c9d29069a46e9662e0d04.tar.gz
edk2-e157c8f9ed173a390d2c9d29069a46e9662e0d04.tar.bz2
edk2-e157c8f9ed173a390d2c9d29069a46e9662e0d04.zip
MdePkg: Fix typos in SmBios.h PROCESSOR_CHARACTERISTIC_FLAGS struct
Fix typos of "Processor64BitCapable", "ProcessorEnhancedVirtualization", and Processor128BitCapable. Signed-off-by: Rebecca Cran <rebecca@nuviainc.com> Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
Diffstat (limited to 'MdePkg')
-rw-r--r--MdePkg/Include/IndustryStandard/SmBios.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/MdePkg/Include/IndustryStandard/SmBios.h b/MdePkg/Include/IndustryStandard/SmBios.h
index 1ee0164567..400bdef90b 100644
--- a/MdePkg/Include/IndustryStandard/SmBios.h
+++ b/MdePkg/Include/IndustryStandard/SmBios.h
@@ -862,17 +862,17 @@ typedef struct {
} PROCESSOR_FEATURE_FLAGS;
typedef struct {
- UINT16 ProcessorReserved1 :1;
- UINT16 ProcessorUnknown :1;
- UINT16 Processor64BitCapble :1;
- UINT16 ProcessorMultiCore :1;
- UINT16 ProcessorHardwareThread :1;
- UINT16 ProcessorExecuteProtection :1;
- UINT16 ProcessorEnhancedVirtulization :1;
- UINT16 ProcessorPowerPerformanceCtrl :1;
- UINT16 Processor128bitCapble :1;
- UINT16 ProcessorArm64SocId :1;
- UINT16 ProcessorReserved2 :6;
+ UINT16 ProcessorReserved1 :1;
+ UINT16 ProcessorUnknown :1;
+ UINT16 Processor64BitCapable :1;
+ UINT16 ProcessorMultiCore :1;
+ UINT16 ProcessorHardwareThread :1;
+ UINT16 ProcessorExecuteProtection :1;
+ UINT16 ProcessorEnhancedVirtualization :1;
+ UINT16 ProcessorPowerPerformanceCtrl :1;
+ UINT16 Processor128BitCapable :1;
+ UINT16 ProcessorArm64SocId :1;
+ UINT16 ProcessorReserved2 :6;
} PROCESSOR_CHARACTERISTIC_FLAGS;
typedef struct {