diff options
Diffstat (limited to 'MdePkg/Include/Library/UefiLib.h')
-rw-r--r-- | MdePkg/Include/Library/UefiLib.h | 6 |
1 files changed, 3 insertions, 3 deletions
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.
|