make the comment parameter be consistent with the function parameter.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7109 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
gdong1 2008-12-24 01:33:25 +00:00
parent 5944a83bac
commit a45eb10f26
1 changed files with 4 additions and 4 deletions

View File

@ -31,14 +31,14 @@
/**
This function allocates pool for an EFI_HII_PACKAGES structure
with enough space for the variable argument list of package pointers.
The allocated structure is initialized using NumberOfPackages, Guid,
The allocated structure is initialized using NumberOfPackages, Guid,
and the variable length argument list of package pointers.
@param NumberOfPackages The number of HII packages to prepare.
@param Guid Package GUID.
@param NumberOfPackages The number of HII packages to prepare.
@param Guid Package GUID.
@Param ... The variable argument list of package pointers.
@return The allocated and initialized packages.
**/
EFI_HII_PACKAGES *
EFIAPI