summaryrefslogtreecommitdiff
path: root/IntelFrameworkPkg
diff options
context:
space:
mode:
authorgdong1 <gdong1@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-24 01:33:25 +0000
committergdong1 <gdong1@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-24 01:33:25 +0000
commita45eb10f263e37c0703c63ec805fc8808007ed15 (patch)
tree4e451b30f44e71f86fce8fbc8a9fcb3968e21094 /IntelFrameworkPkg
parent5944a83bacfe55abec4abec339c1acd76714c4dc (diff)
downloadedk2-a45eb10f263e37c0703c63ec805fc8808007ed15.zip
edk2-a45eb10f263e37c0703c63ec805fc8808007ed15.tar.gz
edk2-a45eb10f263e37c0703c63ec805fc8808007ed15.tar.bz2
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
Diffstat (limited to 'IntelFrameworkPkg')
-rw-r--r--IntelFrameworkPkg/Include/Library/FrameworkHiiLib.h8
1 files 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