mirror of https://github.com/acidanthera/audk.git
Correct the comments.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9548 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
f147a39e3c
commit
d90434ccb5
|
@ -108,9 +108,7 @@ HiiResourcesSampleInit (
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
// Publish HII package list to HII Database. Here we use ImageHandle as
|
// Publish HII package list to HII Database.
|
||||||
// the "Driver Handle" for HiiDatabase->NewPackageList(), since there will
|
|
||||||
// be EFI_LOADED_IMAGE_DEVICE_PATH_PROTOCOL installed on the ImageHandle.
|
|
||||||
//
|
//
|
||||||
Status = gHiiDatabase->NewPackageList (
|
Status = gHiiDatabase->NewPackageList (
|
||||||
gHiiDatabase,
|
gHiiDatabase,
|
||||||
|
|
Loading…
Reference in New Issue