ArmPkg/SmbiosMiscDxe: Fix typo of "AssetTagType02"

This patch fixes typo from "AssertTagType02"
to "AssetTagType02".

Signed-off-by: Nhi Pham <nhi@os.amperecomputing.com>
Reviewed-by: Rebecca Cran <rebecca@quicinc.com>
Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
Acked-by: Ard Biesheuvel <ardb@kernel.org>
Acked-by: Leif Lindholm <quic_llindhol@quicinc.com>
This commit is contained in:
Minh Nguyen
2022-09-19 09:19:48 +07:00
committed by mergify[bot]
parent 130b649a8b
commit 7d74ea141e
2 changed files with 3 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ typedef enum {
VersionType01,
SkuNumberType01,
FamilyType01,
AssertTagType02,
AssetTagType02,
SerialNumberType02,
BoardManufacturerType02,
ProductNameType02,