diff options
author | Minh Nguyen <minhn@amperecomputing.com> | 2022-09-19 09:19:48 +0700 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2022-09-23 14:39:10 +0000 |
commit | 7d74ea141ec70e506f00050874d7a817bb1383b5 (patch) | |
tree | 734d02443a9bfba3eaf19b43ebd0c613755f81b2 /ArmPkg/Include/Library | |
parent | 130b649a8b5fdd8ed8f88816eae7ca38c6e7dfc4 (diff) | |
download | edk2-7d74ea141ec70e506f00050874d7a817bb1383b5.tar.gz edk2-7d74ea141ec70e506f00050874d7a817bb1383b5.tar.bz2 edk2-7d74ea141ec70e506f00050874d7a817bb1383b5.zip |
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>
Diffstat (limited to 'ArmPkg/Include/Library')
-rw-r--r-- | ArmPkg/Include/Library/OemMiscLib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ArmPkg/Include/Library/OemMiscLib.h b/ArmPkg/Include/Library/OemMiscLib.h index d87737db9c..1936619d9b 100644 --- a/ArmPkg/Include/Library/OemMiscLib.h +++ b/ArmPkg/Include/Library/OemMiscLib.h @@ -44,7 +44,7 @@ typedef enum { VersionType01,
SkuNumberType01,
FamilyType01,
- AssertTagType02,
+ AssetTagType02,
SerialNumberType02,
BoardManufacturerType02,
ProductNameType02,
|