[edk2-devel] [PATCH 3/4] StandaloneMmPkg/Core: Fix typo in function name

Philippe Mathieu-Daudé posted 4 patches 6 years, 4 months ago
There is a newer version of this series
[edk2-devel] [PATCH 3/4] StandaloneMmPkg/Core: Fix typo in function name
Posted by Philippe Mathieu-Daudé 6 years, 4 months ago
An extra 's' slipped into the FvIsBeingProcessed function
name. Drop it to fix the typo.

Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
---
 StandaloneMmPkg/Core/Dispatcher.c | 4 ++--
 StandaloneMmPkg/Core/FwVol.c      | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/StandaloneMmPkg/Core/Dispatcher.c b/StandaloneMmPkg/Core/Dispatcher.c
index 3788389f95ed..65996fba52e3 100644
--- a/StandaloneMmPkg/Core/Dispatcher.c
+++ b/StandaloneMmPkg/Core/Dispatcher.c
@@ -804,13 +804,13 @@ FvHasBeenProcessed (
 
 **/
 VOID
-FvIsBeingProcesssed (
+FvIsBeingProcessed (
   IN EFI_HANDLE  FvHandle
   )
 {
   KNOWN_HANDLE  *KnownHandle;
 
-  DEBUG ((DEBUG_INFO, "FvIsBeingProcesssed - 0x%08x\n", FvHandle));
+  DEBUG ((DEBUG_INFO, "FvIsBeingProcessed - 0x%08x\n", FvHandle));
 
   KnownHandle = AllocatePool (sizeof (KNOWN_HANDLE));
   ASSERT (KnownHandle != NULL);
diff --git a/StandaloneMmPkg/Core/FwVol.c b/StandaloneMmPkg/Core/FwVol.c
index 9fe0c257a43a..9aee3dbfc754 100644
--- a/StandaloneMmPkg/Core/FwVol.c
+++ b/StandaloneMmPkg/Core/FwVol.c
@@ -38,7 +38,7 @@ FvHasBeenProcessed (
   );
 
 VOID
-FvIsBeingProcesssed (
+FvIsBeingProcessed (
   IN EFI_HANDLE  FvHandle
   );
 
@@ -86,7 +86,7 @@ Returns:
     return EFI_SUCCESS;
   }
 
-  FvIsBeingProcesssed (FwVolHeader);
+  FvIsBeingProcessed (FwVolHeader);
 
   //
   // First check for encapsulated compressed firmware volumes
-- 
2.20.1


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#48090): https://edk2.groups.io/g/devel/message/48090
Mute This Topic: https://groups.io/mt/34297956/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-