diff options
author | tding1 <tding1@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-10 10:14:18 +0000 |
---|---|---|
committer | tding1 <tding1@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-10 10:14:18 +0000 |
commit | 3abd5df7d91f14c8755e4248370656fde4a32c05 (patch) | |
tree | edbf0bf368f4fe603ec44cd3d017201398995dd5 /IntelFrameworkPkg | |
parent | 1794e50605b0e4185c003db3d9d4149c38610aa7 (diff) | |
download | edk2-platforms-3abd5df7d91f14c8755e4248370656fde4a32c05.tar.xz |
update code comment
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6981 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkPkg')
-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,
|