summaryrefslogtreecommitdiffstats
path: root/UefiPayloadPkg/Include
diff options
context:
space:
mode:
Diffstat (limited to 'UefiPayloadPkg/Include')
-rw-r--r--UefiPayloadPkg/Include/Guid/MemoryMapInfoGuid.h6
-rw-r--r--UefiPayloadPkg/Include/Library/BlParseLib.h2
2 files changed, 4 insertions, 4 deletions
diff --git a/UefiPayloadPkg/Include/Guid/MemoryMapInfoGuid.h b/UefiPayloadPkg/Include/Guid/MemoryMapInfoGuid.h
index 99187e8037..47922b1851 100644
--- a/UefiPayloadPkg/Include/Guid/MemoryMapInfoGuid.h
+++ b/UefiPayloadPkg/Include/Guid/MemoryMapInfoGuid.h
@@ -23,14 +23,14 @@ typedef struct {
UINT8 Type;
UINT8 Flag;
UINT8 Reserved[6];
-} MEMROY_MAP_ENTRY;
+} MEMORY_MAP_ENTRY;
typedef struct {
UINT8 Revision;
UINT8 Reserved0[3];
UINT32 Count;
- MEMROY_MAP_ENTRY Entry[0];
-} MEMROY_MAP_INFO;
+ MEMORY_MAP_ENTRY Entry[0];
+} MEMORY_MAP_INFO;
#pragma pack()
#endif
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.