summaryrefslogtreecommitdiffstats
path: root/UefiPayloadPkg/Include/Library/BlParseLib.h
diff options
context:
space:
mode:
authorGuo Dong <guo.dong@intel.com>2021-10-18 20:34:38 -0700
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2021-10-19 03:48:42 +0000
commit91a978ce7e0c7a327cff1d9411b0e1c9dae8824a (patch)
treea1844d073a7a36d08c75c02bd76e1ce584690cb3 /UefiPayloadPkg/Include/Library/BlParseLib.h
parent36b561623a4b8a6c7fea0b1b01f6789f2adf97e0 (diff)
downloadedk2-91a978ce7e0c7a327cff1d9411b0e1c9dae8824a.tar.gz
edk2-91a978ce7e0c7a327cff1d9411b0e1c9dae8824a.tar.bz2
edk2-91a978ce7e0c7a327cff1d9411b0e1c9dae8824a.zip
UefiPayloadPkg: Replace MEMROY_ENTRY by MEMORY_ENTRY
Fixes simple typo, no behavioral change. Cc: Maurice Ma <maurice.ma@intel.com> Cc: Guo Dong <guo.dong@intel.com> Cc: Benjamin You <benjamin.you@intel.com> Signed-off-by: Moritz Fischer <moritzf@google.com> Reviewed-by: Guo Dong <guo.dong@intel.com>
Diffstat (limited to 'UefiPayloadPkg/Include/Library/BlParseLib.h')
-rw-r--r--UefiPayloadPkg/Include/Library/BlParseLib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/UefiPayloadPkg/Include/Library/BlParseLib.h b/UefiPayloadPkg/Include/Library/BlParseLib.h
index 49eac31248..433a83f8b8 100644
--- a/UefiPayloadPkg/Include/Library/BlParseLib.h
+++ b/UefiPayloadPkg/Include/Library/BlParseLib.h
@@ -19,7 +19,7 @@
#define GET_BOOTLOADER_PARAMETER() PcdGet64 (PcdBootloaderParameter)
typedef RETURN_STATUS \
- (*BL_MEM_INFO_CALLBACK) (MEMROY_MAP_ENTRY *MemoryMapEntry, VOID *Param);
+ (*BL_MEM_INFO_CALLBACK) (MEMORY_MAP_ENTRY *MemoryMapEntry, VOID *Param);
/**
This function retrieves the parameter base address from boot loader.