]> git.proxmox.com Git - mirror_edk2.git/commit - MdePkg/Include/IndustryStandard/SmBios.h
MdePkg,ShellPkg: Fix typo in SMBIOS_TABLE_TYPE4 field ProcessorManufacturer
authorRebecca Cran <rebecca@nuviainc.com>
Fri, 4 Dec 2020 05:11:26 +0000 (13:11 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Thu, 10 Dec 2020 02:24:10 +0000 (02:24 +0000)
commitbd9da7b1da2639fcea8a156fa92a32bbc4209367
tree712ea3d0053c4e2df1930767a833b9c2eb0fc4ed
parente157c8f9ed173a390d2c9d29069a46e9662e0d04
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>
MdePkg/Include/IndustryStandard/SmBios.h
ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.c