fixed typo.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5855 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
vanjeff 2008-09-09 03:19:37 +00:00
parent ae8432d06c
commit e31c47b99a
1 changed files with 3 additions and 1 deletions

View File

@ -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;