mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-27 07:34:06 +02:00
Fix some typo.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7067 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
11baadb671
commit
dfe687cad5
@ -229,7 +229,7 @@ ScsiDiskDriverBindingStart (
|
|||||||
);
|
);
|
||||||
|
|
||||||
//
|
//
|
||||||
// Retrive device information
|
// Retrieve device information
|
||||||
//
|
//
|
||||||
MaxRetry = 2;
|
MaxRetry = 2;
|
||||||
for (Index = 0; Index < MaxRetry; Index++) {
|
for (Index = 0; Index < MaxRetry; Index++) {
|
||||||
|
@ -97,7 +97,7 @@ InternalHiiLibPreparePackages (
|
|||||||
MarkerBackup = Marker;
|
MarkerBackup = Marker;
|
||||||
|
|
||||||
//
|
//
|
||||||
// Count the lenth of the final package list.
|
// Count the length of the final package list.
|
||||||
//
|
//
|
||||||
for (Index = 0; Index < NumberOfPackages; Index++) {
|
for (Index = 0; Index < NumberOfPackages; Index++) {
|
||||||
CopyMem (&PackageLength, VA_ARG (Marker, VOID *), sizeof (UINT32));
|
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);
|
PackageListLength += sizeof (EFI_HII_PACKAGE_HEADER);
|
||||||
PackageListHeader = AllocateZeroPool (PackageListLength);
|
PackageListHeader = AllocateZeroPool (PackageListLength);
|
||||||
@ -186,7 +186,7 @@ HiiLibPreparePackageList (
|
|||||||
GuidId, and the variable length argument list of package pointers.
|
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
|
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.
|
If HiiHandle is NULL, then ASSERT.
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/** @file
|
/** @file
|
||||||
Console Platfrom DXE Driver, install Console Device Guids and update Console
|
Console Platform DXE Driver, install Console Device Guids and update Console
|
||||||
Environment Variables.
|
Environment Variables.
|
||||||
|
|
||||||
Copyright (c) 2006 - 2008, Intel Corporation. <BR>
|
Copyright (c) 2006 - 2008, Intel Corporation. <BR>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user