diff options
Diffstat (limited to 'IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/DriverEntryPoint.c')
-rw-r--r-- | IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/DriverEntryPoint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/DriverEntryPoint.c b/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/DriverEntryPoint.c index f77bce1610..ed3d2c667a 100644 --- a/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/DriverEntryPoint.c +++ b/IntelFrameworkPkg/Library/DxeSmmDriverEntryPoint/DriverEntryPoint.c @@ -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,
|