]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkModulePkg/Core/Dxe/Event/event.c
1. In event.c, a function's name is not spelled correctly, a typo.
[mirror_edk2.git] / EdkModulePkg / Core / Dxe / Event / event.c
index ae6b0a849d297c7270e5e46e6f0e742ced7f1a0d..ade810c5c18f57731c56e485657570f274bb34a7 100644 (file)
@@ -363,7 +363,7 @@ Returns:
 static\r
 VOID\r
 EFIAPI\r
-EventNofitySignalAllNullEvent (\r
+EventNotifySignalAllNullEvent (\r
   IN EFI_EVENT                Event,\r
   IN VOID                     *Context\r
   )\r
@@ -426,7 +426,7 @@ Returns:
   //\r
   if (Type & EFI_EVENT_NOTIFY_SIGNAL_ALL) {\r
     Type &= ~EFI_EVENT_NOTIFY_SIGNAL_ALL;\r
-    Function = EventNofitySignalAllNullEvent;\r
+    Function = EventNotifySignalAllNullEvent;\r
   }\r
 \r
   //\r