mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
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:
parent
616380f68b
commit
cd28997564
@ -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
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user