An extra 's' slipped into the FvIsBeingProcessed function name. Drop it to fix the typo.
Signed-off-by: Philippe Mathieu-Daude <phi...@redhat.com> --- MdeModulePkg/Core/Dxe/Dispatcher/Dispatcher.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MdeModulePkg/Core/Dxe/Dispatcher/Dispatcher.c b/MdeModulePkg/Core/Dxe/Dispatcher/Dispatcher.c index c310b40b5298..fed60c48825d 100644 --- a/MdeModulePkg/Core/Dxe/Dispatcher/Dispatcher.c +++ b/MdeModulePkg/Core/Dxe/Dispatcher/Dispatcher.c @@ -696,7 +696,7 @@ FvHasBeenProcessed ( **/ KNOWN_HANDLE * -FvIsBeingProcesssed ( +FvIsBeingProcessed ( IN EFI_HANDLE FvHandle ) { @@ -1253,7 +1253,7 @@ CoreFwVolEventProtocolNotify ( // // Since we are about to process this Fv mark it as processed. // - KnownHandle = FvIsBeingProcesssed (FvHandle); + KnownHandle = FvIsBeingProcessed (FvHandle); if (KnownHandle == NULL) { // // The FV with the same FV name guid has already been processed. -- 2.20.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#48088): https://edk2.groups.io/g/devel/message/48088 Mute This Topic: https://groups.io/mt/34297953/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-