summaryrefslogtreecommitdiffstats
path: root/MdePkg
diff options
context:
space:
mode:
authorRebecca Cran <rebecca@nuviainc.com>2020-12-04 13:11:26 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-12-10 02:24:10 +0000
commitbd9da7b1da2639fcea8a156fa92a32bbc4209367 (patch)
tree712ea3d0053c4e2df1930767a833b9c2eb0fc4ed /MdePkg
parente157c8f9ed173a390d2c9d29069a46e9662e0d04 (diff)
downloadedk2-bd9da7b1da2639fcea8a156fa92a32bbc4209367.tar.gz
edk2-bd9da7b1da2639fcea8a156fa92a32bbc4209367.tar.bz2
edk2-bd9da7b1da2639fcea8a156fa92a32bbc4209367.zip
MdePkg,ShellPkg: Fix typo in SMBIOS_TABLE_TYPE4 field ProcessorManufacturer
In SmBios.h, the SMBIOS_TABLE_TYPE4 field "ProcessorManufacture" should be "ProcessorManufacturer". Also, update SmbiosView PrintInfo.c to use the new field name. 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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/IndustryStandard/SmBios.h b/MdePkg/Include/IndustryStandard/SmBios.h
index 400bdef90b..ac2498482a 100644
--- a/MdePkg/Include/IndustryStandard/SmBios.h
+++ b/MdePkg/Include/IndustryStandard/SmBios.h
@@ -894,7 +894,7 @@ typedef struct {
SMBIOS_TABLE_STRING Socket;
UINT8 ProcessorType; ///< The enumeration value from PROCESSOR_TYPE_DATA.
UINT8 ProcessorFamily; ///< The enumeration value from PROCESSOR_FAMILY_DATA.
- SMBIOS_TABLE_STRING ProcessorManufacture;
+ SMBIOS_TABLE_STRING ProcessorManufacturer;
PROCESSOR_ID_DATA ProcessorId;
SMBIOS_TABLE_STRING ProcessorVersion;
PROCESSOR_VOLTAGE Voltage;