diff options
Diffstat (limited to 'MdePkg/Library/DxeHobLib/HobLib.c')
-rw-r--r-- | MdePkg/Library/DxeHobLib/HobLib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/DxeHobLib/HobLib.c b/MdePkg/Library/DxeHobLib/HobLib.c index fd2d145419..b4ad4ff2f0 100644 --- a/MdePkg/Library/DxeHobLib/HobLib.c +++ b/MdePkg/Library/DxeHobLib/HobLib.c @@ -201,7 +201,7 @@ GetFirstGuidHob ( @param ModuleName The GUID File Name of the module.
@param MemoryAllocationModule The 64 bit physical address of the module.
@param ModuleLength The length of the module in bytes.
- @param EntryPoint The 64 bit physical address of the module’s entry point.
+ @param EntryPoint The 64 bit physical address of the module's entry point.
**/
VOID
|