diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-04-22 05:52:01 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-04-22 05:52:01 +0000 |
commit | 7459094d5f6904a0c8445d97519f4a99b654ef43 (patch) | |
tree | a78d237c7e5252012394581f45efee6577e8173c /IntelFrameworkPkg/Library/FrameworkHiiLib | |
parent | 2a254b9046b5f33d0495a3e28deaff48cc64a76e (diff) | |
download | edk2-platforms-7459094d5f6904a0c8445d97519f4a99b654ef43.tar.xz |
Fix typo in comment.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5109 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkPkg/Library/FrameworkHiiLib')
-rw-r--r-- | IntelFrameworkPkg/Library/FrameworkHiiLib/HiiLib.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/IntelFrameworkPkg/Library/FrameworkHiiLib/HiiLib.c b/IntelFrameworkPkg/Library/FrameworkHiiLib/HiiLib.c index dd4cedddd9..f2edf44317 100644 --- a/IntelFrameworkPkg/Library/FrameworkHiiLib/HiiLib.c +++ b/IntelFrameworkPkg/Library/FrameworkHiiLib/HiiLib.c @@ -137,10 +137,11 @@ PreparePackages ( Then, EFI_HII_PACKAGE_LIST will be register to the default System HII Database. The
Handle to the newly registered Package List is returned throught HiiHandle.
- @param NumberOfPackages The number of HII packages to register.
- @param GuidId Package List GUID ID.
+ @param NumberOfPackages The number of HII packages to register.
+ @param GuidId Package List GUID ID.
+ @param DriverHandle The pointer of driver handle
@param HiiHandle The ID used to retrieve the Package List later.
- @param ... The variable argument list describing all HII Package.
+ @param ... The variable argument list describing all HII Package.
@return
The allocated and initialized packages.
@@ -279,7 +280,7 @@ HiiLibGetStringFromToken ( If HiiHandle could not be found in the default HII database, then ASSERT.
If StringId is not found in PackageList, then ASSERT.
- @param HiiHandle The HII handle of package list.
+ @param PackageList The HII handle of package list.
@param StringId The String ID.
@param String The output string.
|