X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdeModulePkg%2FCore%2FDxe%2FDispatcher%2FDispatcher.c;h=3a4d03bd556b844c0386f810d6abfbeea28cd162;hb=4ccd9566c12b90ed60c38ca7cf4156ee83861db1;hp=d12cb8e42d37f7104df9a2416d0f9f3f3a70f2a4;hpb=f9876ecf8a296a8e0d4ad8d22ed5ff12ecc11f65;p=mirror_edk2.git diff --git a/MdeModulePkg/Core/Dxe/Dispatcher/Dispatcher.c b/MdeModulePkg/Core/Dxe/Dispatcher/Dispatcher.c index d12cb8e42d..3a4d03bd55 100644 --- a/MdeModulePkg/Core/Dxe/Dispatcher/Dispatcher.c +++ b/MdeModulePkg/Core/Dxe/Dispatcher/Dispatcher.c @@ -1018,8 +1018,7 @@ CoreFwVolEventProtocolNotify ( Status = CoreHandleProtocol (FvHandle, &gEfiFirmwareVolume2ProtocolGuid, (VOID **)&Fv); if (EFI_ERROR (Status)) { // - // The Handle has a FirmwareVolumeDispatch protocol and should also contiain - // a FirmwareVolume protocol thus we should never get here. + // FvHandle must have Firmware Volume2 protocol thus we should never get here. // ASSERT (FALSE); continue;