From dfe687cad590b3544e34bf25be932bdee1b5c796 Mon Sep 17 00:00:00 2001 From: gikidy Date: Wed, 17 Dec 2008 09:35:12 +0000 Subject: Fix some typo. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7067 6f19259b-4bc3-4df7-8a09-765794883524 --- MdeModulePkg/Library/UefiHiiLib/HiiLib.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'MdeModulePkg/Library/UefiHiiLib') diff --git a/MdeModulePkg/Library/UefiHiiLib/HiiLib.c b/MdeModulePkg/Library/UefiHiiLib/HiiLib.c index 975a064a39..f5544d9fce 100644 --- a/MdeModulePkg/Library/UefiHiiLib/HiiLib.c +++ b/MdeModulePkg/Library/UefiHiiLib/HiiLib.c @@ -97,7 +97,7 @@ InternalHiiLibPreparePackages ( MarkerBackup = Marker; // - // Count the lenth of the final package list. + // Count the length of the final package list. // for (Index = 0; Index < NumberOfPackages; Index++) { CopyMem (&PackageLength, VA_ARG (Marker, VOID *), sizeof (UINT32)); @@ -108,7 +108,7 @@ InternalHiiLibPreparePackages ( } // - // Include the lenght of EFI_HII_PACKAGE_END + // Include the length of EFI_HII_PACKAGE_END // PackageListLength += sizeof (EFI_HII_PACKAGE_HEADER); PackageListHeader = AllocateZeroPool (PackageListLength); @@ -186,7 +186,7 @@ HiiLibPreparePackageList ( GuidId, and the variable length argument list of package pointers. 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. + Handle to the newly registered Package List is returned through HiiHandle. If HiiHandle is NULL, then ASSERT. -- cgit v1.2.3