]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Core/Pei/FwVol/FwVol.c
Synchronize the comments for PeiService.
[mirror_edk2.git] / MdeModulePkg / Core / Pei / FwVol / FwVol.c
index c507c0be9a008b51daf6cfbf1d34406275dafab4..89bac8c6decf12bc26059da16b850b4fcf01fa4d 100644 (file)
@@ -542,7 +542,7 @@ PeiFfsProcessSection (
   FFS volume.\r
 \r
 \r
-  @param PeiServices     Pointer to the PEI Core Services Table.\r
+  @param PeiServices     An indirect pointer to the EFI_PEI_SERVICES table published by the PEI Foundation.\r
   @param SectionType     Filter to find only sections of this type.\r
   @param FileHandle      Pointer to the current file to search.\r
   @param SectionData     Pointer to the Section matching SectionType in FfsFileHeader.\r
@@ -591,7 +591,7 @@ PeiFfsFindSectionData (
   the Firmware Volume defined by FwVolHeader.\r
 \r
 \r
-  @param PeiServices     Pointer to the PEI Core Services Table.\r
+  @param PeiServices     An indirect pointer to the EFI_PEI_SERVICES table published by the PEI Foundation.\r
   @param SearchType      Filter to find only files of this type.\r
                          Type EFI_FV_FILETYPE_ALL causes no filtering to be done.\r
   @param VolumeHandle    Pointer to the FV header of the volume to search.\r
@@ -617,7 +617,7 @@ PeiFfsFindNextFile (
 /**\r
   search the firmware volumes by index\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 Instance        Instance of FV to find\r
   @param VolumeHandle    Pointer to found Volume.\r
 \r