]> git.proxmox.com Git - mirror_edk2.git/commitdiff
fix a typo.
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 10 Jun 2008 06:09:26 +0000 (06:09 +0000)
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 10 Jun 2008 06:09:26 +0000 (06:09 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5335 6f19259b-4bc3-4df7-8a09-765794883524

EdkCompatibilityPkg/Compatibility/Uc2ToUcThunk/Uc2ToUcThunk.c

index 38e5be369951c417fac6c08edcee8802f576dc74..a9d82e675439c5c033cf3edd83377f06aa753ed4 100644 (file)
@@ -190,7 +190,7 @@ UC2_PRIVATE_DATA gUC2PrivateDataTemplate = {
 \r
 VOID\r
 EFIAPI\r
-Uc2NotificationEvent (\r
+UcNotificationEvent (\r
   IN  EFI_EVENT       Event,\r
   IN  VOID            *Context\r
   )\r
@@ -292,7 +292,7 @@ InitializeUC2 (
   EfiCreateProtocolNotifyEvent (\r
     &gEfiUnicodeCollationProtocolGuid,\r
     TPL_CALLBACK,\r
-    Uc2NotificationEvent,\r
+    UcNotificationEvent,\r
     NULL,\r
     &mUc2Registration\r
     );\r