From e31c47b99a418bc555849c0d3206b7c4bb7d29b7 Mon Sep 17 00:00:00 2001 From: vanjeff Date: Tue, 9 Sep 2008 03:19:37 +0000 Subject: [PATCH] fixed typo. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5855 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Pi/PiHob.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/MdePkg/Include/Pi/PiHob.h b/MdePkg/Include/Pi/PiHob.h index ffaaea1e0f..ccd0bf556e 100644 --- a/MdePkg/Include/Pi/PiHob.h +++ b/MdePkg/Include/Pi/PiHob.h @@ -84,9 +84,11 @@ typedef struct { /// EFI_GUID Name; + /// /// The base address of memory allocated by this HOB. Type /// EFI_PHYSICAL_ADDRESS is defined in AllocatePages() in the UEFI 2.0 /// specification. + /// EFI_PHYSICAL_ADDRESS MemoryBaseAddress; /// @@ -155,7 +157,7 @@ typedef struct { } EFI_HOB_MEMORY_ALLOCATION_MODULE; /// -/// type of Recount type +/// Resource type /// typedef UINT32 EFI_RESOURCE_TYPE; -- 2.39.2