]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/PrintInfo.c
MdePkg,ShellPkg: Fix typo in SMBIOS_TABLE_TYPE4 field ProcessorManufacturer
[mirror_edk2.git] / ShellPkg / Library / UefiShellDebug1CommandsLib / SmbiosView / PrintInfo.c
index 478811f0fd4083b6f8e300b38467c78ed27f89d9..3d12b25bf91c6f0b1946dc5cdb8850140dddfa38 100644 (file)
@@ -427,7 +427,7 @@ SmbiosPrintStructure (
     } else {\r
       DisplayProcessorFamily (Struct->Type4->ProcessorFamily, Option);\r
     }\r
-    PRINT_PENDING_STRING (Struct, Type4, ProcessorManufacture);\r
+    PRINT_PENDING_STRING (Struct, Type4, ProcessorManufacturer);\r
     PRINT_BIT_FIELD (Struct, Type4, ProcessorId, 8);\r
     PRINT_PENDING_STRING (Struct, Type4, ProcessorVersion);\r
     DisplayProcessorVoltage (*(UINT8 *) &(Struct->Type4->Voltage), Option);\r