]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/UefiLib/UefiLib.c
Refix the previous issue.
[mirror_edk2.git] / MdePkg / Library / UefiLib / UefiLib.c
index 5280d659ac978fb77f08aa12cafd43a9e455d3d1..e8883b49f862b1414ca24f213a69bffc99298172 100644 (file)
@@ -93,7 +93,7 @@ EfiCreateProtocolNotifyEvent(
   IN  EFI_TPL           NotifyTpl,\r
   IN  EFI_EVENT_NOTIFY  NotifyFunction,\r
   IN  VOID              *NotifyContext,  OPTIONAL\r
-  OUT VOID              *Registration\r
+  OUT VOID              **Registration\r
   )\r
 {\r
   EFI_STATUS  Status;\r
@@ -155,7 +155,7 @@ EfiNamedEventListen (
   IN EFI_TPL           NotifyTpl,\r
   IN EFI_EVENT_NOTIFY  NotifyFunction,\r
   IN CONST VOID        *NotifyContext,  OPTIONAL\r
-  OUT VOID             *Registration    OPTIONAL\r
+  OUT VOID             *Registration OPTIONAL\r
   )\r
 {\r
   EFI_STATUS  Status;\r
@@ -266,7 +266,7 @@ EfiInitializeLock (
 }\r
 \r
 /**\r
-  This function raises the system¡¯s current task priority level to the task \r
+  This function raises the system's current task priority level to the task \r
   priority level of the mutual exclusion lock.  Then, it places the lock in the \r
   acquired state.\r
 \r
@@ -287,7 +287,7 @@ EfiAcquireLock (
 }\r
 \r
 /**\r
-  This function raises the system¡¯s current task priority level to the task \r
+  This function raises the system's current task priority level to the task \r
   priority level of the mutual exclusion lock.  Then, it attempts to place the \r
   lock in the acquired state.\r
 \r
@@ -323,7 +323,7 @@ EfiAcquireLockOrFail (
 \r
 /**\r
   This function transitions a mutual exclusion lock from the acquired state to \r
-  the released state, and restores the system¡¯s task priority level to its \r
+  the released state, and restores the system's task priority level to its \r
   previous level.\r
 \r
   @param  Lock  A pointer to the lock to release.\r