X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FInclude%2FLibrary%2FUefiLib.h;h=18be1b6347d217c0f6126083154ee628fd58a037;hp=dd270783968dd7b2797f0e711a88c4fa8fce27e8;hb=511710d68f477e0210ae1830769e5d0cde4ea36a;hpb=cb44bbdb8e15fc40362e6b0542be196c15c04615 diff --git a/MdePkg/Include/Library/UefiLib.h b/MdePkg/Include/Library/UefiLib.h index dd27078396..18be1b6347 100644 --- a/MdePkg/Include/Library/UefiLib.h +++ b/MdePkg/Include/Library/UefiLib.h @@ -189,7 +189,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. @@ -203,7 +203,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. @@ -221,7 +221,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.