fix a typo.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5335 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qwang12 2008-06-10 06:09:26 +00:00
parent 616380f68b
commit cd28997564
1 changed files with 2 additions and 2 deletions

View File

@ -190,7 +190,7 @@ UC2_PRIVATE_DATA gUC2PrivateDataTemplate = {
VOID
EFIAPI
Uc2NotificationEvent (
UcNotificationEvent (
IN EFI_EVENT Event,
IN VOID *Context
)
@ -292,7 +292,7 @@ InitializeUC2 (
EfiCreateProtocolNotifyEvent (
&gEfiUnicodeCollationProtocolGuid,
TPL_CALLBACK,
Uc2NotificationEvent,
UcNotificationEvent,
NULL,
&mUc2Registration
);