diff options
-rw-r--r-- | IntelFrameworkPkg/Include/Library/FrameworkHiiLib.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/IntelFrameworkPkg/Include/Library/FrameworkHiiLib.h b/IntelFrameworkPkg/Include/Library/FrameworkHiiLib.h index b6bd85a0cf..538a473f68 100644 --- a/IntelFrameworkPkg/Include/Library/FrameworkHiiLib.h +++ b/IntelFrameworkPkg/Include/Library/FrameworkHiiLib.h @@ -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
|