mirror of https://github.com/acidanthera/audk.git
update code comment
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6981 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
1794e50605
commit
3abd5df7d9
|
@ -204,7 +204,7 @@ _ModuleEntryPoint (
|
|||
//
|
||||
if (!InSmm) {
|
||||
//
|
||||
// Retrieve the Device Path Protocol from the DeviceHandle tha this driver was loaded from
|
||||
// Retrieve the Device Path Protocol from the DeviceHandle from which this driver was loaded
|
||||
//
|
||||
Status = gBS->HandleProtocol (
|
||||
LoadedImage->DeviceHandle,
|
||||
|
|
Loading…
Reference in New Issue