]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdeModulePkg DxeCore: Fix typo in function name
authorPhilippe Mathieu-Daude <philmd@redhat.com>
Wed, 16 Oct 2019 13:25:30 +0000 (21:25 +0800)
committerHao A Wu <hao.a.wu@intel.com>
Thu, 17 Oct 2019 01:09:02 +0000 (09:09 +0800)
An extra 's' slipped into the FvIsBeingProcessed function
name. Drop it to fix the typo.

Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Hao A Wu <hao.a.wu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
Signed-off-by: Philippe Mathieu-Daude <philmd@redhat.com>
MdeModulePkg/Core/Dxe/Dispatcher/Dispatcher.c

index c310b40b52981d579552b4f6075482c8b91aba75..fed60c48825d58dfff7b46c6cd832998a1510bdb 100644 (file)
@@ -696,7 +696,7 @@ FvHasBeenProcessed (
 \r
 **/\r
 KNOWN_HANDLE *\r
-FvIsBeingProcesssed (\r
+FvIsBeingProcessed (\r
   IN  EFI_HANDLE    FvHandle\r
   )\r
 {\r
@@ -1253,7 +1253,7 @@ CoreFwVolEventProtocolNotify (
     //\r
     // Since we are about to process this Fv mark it as processed.\r
     //\r
-    KnownHandle = FvIsBeingProcesssed (FvHandle);\r
+    KnownHandle = FvIsBeingProcessed (FvHandle);\r
     if (KnownHandle == NULL) {\r
       //\r
       // The FV with the same FV name guid has already been processed.\r