]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Include/Framework/PeiCis.h
Committing changes to the comments, after review with engineers.
[mirror_edk2.git] / IntelFrameworkPkg / Include / Framework / PeiCis.h
index db0b185a1faabaa989dc97d7218108894243b165..042ec269fead09acf0ba3942acd0256fe69d4003 100644 (file)
@@ -52,7 +52,7 @@ EFI_STATUS
   );\r
   \r
 /**\r
-  The purpose of the service is to abstract the capability of the PEI \r
+  This service abstracts the capability of the PEI \r
   Foundation to discover instances of firmware volumes in the system. \r
   Given the input file pointer, this service searches for the next \r
   matching file in the Firmware File System (FFS) volume.\r
@@ -75,16 +75,16 @@ EFI_STATUS
   );\r
     \r
 /**\r
-  The purpose of the service is to abstract the capability of the PEI \r
+  This service abstracts the capability of the PEI \r
   Foundation to discover instances of firmware files in the system. \r
   Given the input file pointer, this service searches for the next matching \r
   file in the Firmware File System (FFS) volume.\r
 \r
   @param  PeiServices      An indirect pointer to the EFI_PEI_SERVICES table published by the PEI Foundation.\r
   @param  SearchType       A filter to find files only of this type.\r
-  @param  FwVolHeader      Pointer to the firmware volume header of the volume to search.This parameter \r
+  @param  FwVolHeader      Pointer to the firmware volume header of the volume to search. This parameter \r
                            must point to a valid FFS volume.\r
-  @param  FileHeader       Pointer to the current file from which to begin searching.This pointer will be \r
+  @param  FileHeader       Pointer to the current file from which to begin searching. This pointer will be \r
                            updated upon return to reflect the file found.\r
 \r
   @retval EFI_SUCCESS      The file was found.\r