mirror of https://github.com/acidanthera/audk.git
ArmPkg: Fix typo of Manufacturer in comment in SmbiosMiscDxe
'Manufacturer' was spelled wrongly in a comment in MiscChassisManufacturerData.c. Signed-off-by: Rebecca Cran <rebecca@nuviainc.com> Reviewed-by: Leif Lindholm <leif@nuviainc.com>
This commit is contained in:
parent
13f32d4a64
commit
5b90b8abb4
|
@ -23,7 +23,7 @@ SMBIOS_MISC_TABLE_DATA(SMBIOS_TABLE_TYPE3, MiscChassisManufacturer) = {
|
|||
0, // Length,
|
||||
0 // Handle
|
||||
},
|
||||
1, // Manufactrurer
|
||||
1, // Manufacturer
|
||||
MiscChassisTypeMainServerChassis, // Type
|
||||
2, // Version
|
||||
3, // SerialNumber
|
||||
|
|
Loading…
Reference in New Issue