diff options
Diffstat (limited to 'MdePkg/Library/PeiHobLib')
-rw-r--r-- | MdePkg/Library/PeiHobLib/HobLib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/PeiHobLib/HobLib.c b/MdePkg/Library/PeiHobLib/HobLib.c index 60a0e8c5da..3765d47cdb 100644 --- a/MdePkg/Library/PeiHobLib/HobLib.c +++ b/MdePkg/Library/PeiHobLib/HobLib.c @@ -207,7 +207,7 @@ InternalPeiCreateHob ( @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
|