]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/UefiLib/UefiLib.c
1. Add the fix for the following Bugs:
[mirror_edk2.git] / MdePkg / Library / UefiLib / UefiLib.c
index 5280d659ac978fb77f08aa12cafd43a9e455d3d1..85fdc6ebe3e43a114f3f48418d4814a6b8179593 100644 (file)
@@ -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