From a45eb10f263e37c0703c63ec805fc8808007ed15 Mon Sep 17 00:00:00 2001 From: gdong1 Date: Wed, 24 Dec 2008 01:33:25 +0000 Subject: 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 --- IntelFrameworkPkg/Include/Library/FrameworkHiiLib.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/IntelFrameworkPkg/Include/Library/FrameworkHiiLib.h b/IntelFrameworkPkg/Include/Library/FrameworkHiiLib.h index b6bd85a..538a473 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 -- cgit v1.1