]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkPkg/Library/FrameworkHiiLib/HiiLib.c
Fix typo in comment.
[mirror_edk2.git] / IntelFrameworkPkg / Library / FrameworkHiiLib / HiiLib.c
index dd4cedddd97fa2899f9b8de22dae228136784b7b..f2edf44317a837b985bdd18288c7c9cfb7d51719 100644 (file)
@@ -137,10 +137,11 @@ PreparePackages (
   Then, EFI_HII_PACKAGE_LIST will be register to the default System HII Database. The\r
   Handle to the newly registered Package List is returned throught HiiHandle.\r
 \r
-  @param  NumberOfPackages  The number of HII packages to register.\r
-  @param  GuidId                    Package List GUID ID.\r
+  @param  NumberOfPackages         The number of HII packages to register.\r
+  @param  GuidId                   Package List GUID ID.\r
+  @param  DriverHandle             The pointer of driver handle\r
   @param  HiiHandle                The ID used to retrieve the Package List later.\r
-  @param  ...                          The variable argument list describing all HII Package.\r
+  @param  ...                      The variable argument list describing all HII Package.\r
 \r
   @return\r
   The allocated and initialized packages.\r
@@ -279,7 +280,7 @@ HiiLibGetStringFromToken (
   If HiiHandle could not be found in the default HII database, then ASSERT.\r
   If StringId is not found in PackageList, then ASSERT.\r
 \r
-  @param  HiiHandle              The HII handle of package list.\r
+  @param  PackageList            The HII handle of package list.\r
   @param  StringId               The String ID.\r
   @param  String                 The output string.\r
 \r