X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FUefiLib%2FUefiLib.c;h=85fdc6ebe3e43a114f3f48418d4814a6b8179593;hp=5280d659ac978fb77f08aa12cafd43a9e455d3d1;hb=511710d68f477e0210ae1830769e5d0cde4ea36a;hpb=cb44bbdb8e15fc40362e6b0542be196c15c04615 diff --git a/MdePkg/Library/UefiLib/UefiLib.c b/MdePkg/Library/UefiLib/UefiLib.c index 5280d659ac..85fdc6ebe3 100644 --- a/MdePkg/Library/UefiLib/UefiLib.c +++ b/MdePkg/Library/UefiLib/UefiLib.c @@ -266,7 +266,7 @@ EfiInitializeLock ( } /** - This function raises the system¡¯s current task priority level to the task + This function raises the system's current task priority level to the task priority level of the mutual exclusion lock. Then, it places the lock in the acquired state. @@ -287,7 +287,7 @@ EfiAcquireLock ( } /** - This function raises the system¡¯s current task priority level to the task + This function raises the system's current task priority level to the task priority level of the mutual exclusion lock. Then, it attempts to place the lock in the acquired state. @@ -323,7 +323,7 @@ EfiAcquireLockOrFail ( /** This function transitions a mutual exclusion lock from the acquired state to - the released state, and restores the system¡¯s task priority level to its + the released state, and restores the system's task priority level to its previous level. @param Lock A pointer to the lock to release.