]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/UefiHiiLib/HiiLib.c
Add () after function name so that Doxygen can create reference in doc.
[mirror_edk2.git] / MdeModulePkg / Library / UefiHiiLib / HiiLib.c
index 975a064a394901d3d53ccf8e0b522d40dfb71c1a..f5544d9fce21982e6fd4684bb1fc148551d2a507 100644 (file)
@@ -97,7 +97,7 @@ InternalHiiLibPreparePackages (
   MarkerBackup = Marker;\r
 \r
   //\r
-  // Count the lenth of the final package list.\r
+  // Count the length of the final package list.\r
   //\r
   for (Index = 0; Index < NumberOfPackages; Index++) {\r
     CopyMem (&PackageLength, VA_ARG (Marker, VOID *), sizeof (UINT32));\r
@@ -108,7 +108,7 @@ InternalHiiLibPreparePackages (
   }\r
 \r
   //\r
-  // Include the lenght of EFI_HII_PACKAGE_END\r
+  // Include the length of EFI_HII_PACKAGE_END\r
   //\r
   PackageListLength += sizeof (EFI_HII_PACKAGE_HEADER);\r
   PackageListHeader = AllocateZeroPool (PackageListLength);\r
@@ -186,7 +186,7 @@ HiiLibPreparePackageList (
   GuidId,  and the variable length argument list of package pointers.\r
 \r
   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
+  Handle to the newly registered Package List is returned through HiiHandle.\r
 \r
   If HiiHandle is NULL, then ASSERT.\r
 \r