fix comments

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8524 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jcarsey 2009-06-10 18:59:22 +00:00
parent 7781c1991b
commit fa62b7ce53
1 changed files with 3 additions and 4 deletions

View File

@ -58,12 +58,11 @@ EFI_STATUS
published by a PEIM.The PEI Foundation will use this service to
launch the known non-XIP PE/COFF PEIM images. This service may
depend upon the presence of the EFI_PEI_PERMANENT_MEMORY_INSTALLED_PPI.
@param FvLoadFile
Loads a PEIM into memory for subsequent execution
**/
struct _EFI_PEI_FV_FILE_LOADER_PPI {
///
/// Loads a PEIM into memory for subsequent execution
///
EFI_PEI_FV_LOAD_FILE FvLoadFile;
};