summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/UefiLib/UefiLib.c
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Library/UefiLib/UefiLib.c')
-rw-r--r--MdePkg/Library/UefiLib/UefiLib.c6
1 files changed, 3 insertions, 3 deletions
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.