summaryrefslogtreecommitdiffstats
path: root/MdePkg
diff options
context:
space:
mode:
authorRebecca Cran <rebecca@nuviainc.com>2020-12-04 13:11:27 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-12-10 02:24:10 +0000
commit0db89a661f38b10012ff4f62e1853bfc48efd462 (patch)
tree3e646d68e933f39d851999beb7d2724ea24fd622 /MdePkg
parentbd9da7b1da2639fcea8a156fa92a32bbc4209367 (diff)
downloadedk2-0db89a661f38b10012ff4f62e1853bfc48efd462.tar.gz
edk2-0db89a661f38b10012ff4f62e1853bfc48efd462.tar.bz2
edk2-0db89a661f38b10012ff4f62e1853bfc48efd462.zip
MdePkg,ShellPkg: Fix typo in SMBIOS_TABLE_TYPE17 field FirmwareVersion
"FirmwareVersion" was misspelled "FirwareVersion". 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 ac2498482a..3bc8732eef 100644
--- a/MdePkg/Include/IndustryStandard/SmBios.h
+++ b/MdePkg/Include/IndustryStandard/SmBios.h
@@ -1837,7 +1837,7 @@ typedef struct {
//
UINT8 MemoryTechnology; ///< The enumeration value from MEMORY_DEVICE_TECHNOLOGY
MEMORY_DEVICE_OPERATING_MODE_CAPABILITY MemoryOperatingModeCapability;
- SMBIOS_TABLE_STRING FirwareVersion;
+ SMBIOS_TABLE_STRING FirmwareVersion;
UINT16 ModuleManufacturerID;
UINT16 ModuleProductID;
UINT16 MemorySubsystemControllerManufacturerID;