]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix comment
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 23 Feb 2010 17:59:48 +0000 (17:59 +0000)
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 23 Feb 2010 17:59:48 +0000 (17:59 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10048 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Core/Dxe/Dispatcher/Dispatcher.c

index d12cb8e42d37f7104df9a2416d0f9f3f3a70f2a4..3a4d03bd556b844c0386f810d6abfbeea28cd162 100644 (file)
@@ -1018,8 +1018,7 @@ CoreFwVolEventProtocolNotify (
     Status = CoreHandleProtocol (FvHandle, &gEfiFirmwareVolume2ProtocolGuid, (VOID **)&Fv);\r
     if (EFI_ERROR (Status)) {\r
       //\r
-      // The Handle has a FirmwareVolumeDispatch protocol and should also contiain\r
-      // a FirmwareVolume protocol thus we should never get here.\r
+      // FvHandle must have Firmware Volume2 protocol thus we should never get here.\r
       //\r
       ASSERT (FALSE);\r
       continue;\r