diff options
Diffstat (limited to 'MdePkg/Include/Library/HobLib.h')
-rw-r--r-- | MdePkg/Include/Library/HobLib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Include/Library/HobLib.h b/MdePkg/Include/Library/HobLib.h index 7f999e1ab8..3746855bdb 100644 --- a/MdePkg/Include/Library/HobLib.h +++ b/MdePkg/Include/Library/HobLib.h @@ -474,7 +474,7 @@ BuildMemoryAllocationHob ( This macro returns a pointer to the data buffer in a HOB specified by Hob.
Hob is assumed to be a HOB of type EFI_HOB_TYPE_GUID_EXTENSION.
- @param Hob A pointer to a HOB.
+ @param GuidHob A pointer to a HOB.
@return A pointer to the data buffer in a HOB
@@ -487,7 +487,7 @@ BuildMemoryAllocationHob ( This macro returns the size, in bytes, of the data buffer in a HOB specified by Hob.
Hob is assumed to be a HOB of type EFI_HOB_TYPE_GUID_EXTENSION.
- @param Hob A pointer to a HOB.
+ @param GuidHob A pointer to a HOB.
@return The size of the data buffer
**/
|