summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Pi
diff options
context:
space:
mode:
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2008-09-09 03:19:37 +0000
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2008-09-09 03:19:37 +0000
commite31c47b99a418bc555849c0d3206b7c4bb7d29b7 (patch)
tree8c48ecf9ad3b0df20362016a464465b989adb06f /MdePkg/Include/Pi
parentae8432d06c2144e833d0ce13c05ec1975cd24e27 (diff)
downloadedk2-platforms-e31c47b99a418bc555849c0d3206b7c4bb7d29b7.tar.xz
fixed typo.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5855 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Pi')
-rw-r--r--MdePkg/Include/Pi/PiHob.h4
1 files changed, 3 insertions, 1 deletions
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;