]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/Pei/Hob/Hob.c
Synchronize the comments for PeiService.
[mirror_edk2.git] / MdeModulePkg / Core / Pei / Hob / Hob.c
index 4eb4b9a8921a116f7e3b12ea8466a9ca70be1927..fcabb8d175d27ae3f91b68d136b6fa3b5c86ae2e 100644 (file)
@@ -18,7 +18,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 \r
   Gets the pointer to the HOB List.\r
 \r
-  @param PeiServices                   The PEI core services table.\r
+  @param PeiServices                   An indirect pointer to the EFI_PEI_SERVICES table published by the PEI Foundation.\r
   @param HobList                       Pointer to the HOB List.\r
 \r
   @retval EFI_SUCCESS                  Get the pointer of HOB List\r
@@ -56,7 +56,7 @@ PeiGetHobList (
 /**\r
   Add a new HOB to the HOB List.\r
 \r
-  @param PeiServices      The PEI core services table.\r
+  @param PeiServices      An indirect pointer to the EFI_PEI_SERVICES table published by the PEI Foundation.\r
   @param Type             Type of the new HOB.\r
   @param Length           Length of the new HOB to allocate.\r
   @param Hob              Pointer to the new HOB.\r