summaryrefslogtreecommitdiff
path: root/EdkModulePkg/Core
diff options
context:
space:
mode:
Diffstat (limited to 'EdkModulePkg/Core')
-rw-r--r--EdkModulePkg/Core/Dxe/DxeMain.h10
-rw-r--r--EdkModulePkg/Core/Dxe/Hand/handle.c2
-rw-r--r--EdkModulePkg/Core/Dxe/Image/Image.c6
-rw-r--r--EdkModulePkg/Core/Pei/Memory/MemoryServices.c2
4 files changed, 10 insertions, 10 deletions
diff --git a/EdkModulePkg/Core/Dxe/DxeMain.h b/EdkModulePkg/Core/Dxe/DxeMain.h
index 9a9ba683e7..4ff23f3b0b 100644
--- a/EdkModulePkg/Core/Dxe/DxeMain.h
+++ b/EdkModulePkg/Core/Dxe/DxeMain.h
@@ -1669,7 +1669,7 @@ Arguments:
ExitData - Pointer to a pointer to a data buffer that includes a Null-terminated
Unicode string, optionally followed by additional binary data. The string
is a description that the caller may use to further indicate the reason for
- the image¡¯s exit.
+ the image's exit.
Returns:
@@ -1701,13 +1701,13 @@ Arguments:
ImageHandle - Handle that identifies the image. This parameter is passed to the image
on entry.
- Status - The image¡¯s exit code.
+ Status - The image's exit code.
ExitDataSize - The size, in bytes, of ExitData. Ignored if ExitStatus is
EFI_SUCCESS.
ExitData - Pointer to a data buffer that includes a Null-terminated Unicode string,
optionally followed by additional binary data. The string is a
description that the caller may use to further indicate the reason for
- the image¡¯s exit.
+ the image's exit.
Returns:
@@ -1740,8 +1740,8 @@ Arguments:
Type - The type of event to create and its mode and attributes
NotifyTpl - The task priority level of event notifications
- NotifyFunction - Pointer to the event’s notification function
- NotifyContext - Pointer to the notification function’s context; corresponds to
+ NotifyFunction - Pointer to the event's notification function
+ NotifyContext - Pointer to the notification function's context; corresponds to
parameter "Context" in the notification function
pEvent - Pointer to the newly created event if the call succeeds; undefined otherwise
diff --git a/EdkModulePkg/Core/Dxe/Hand/handle.c b/EdkModulePkg/Core/Dxe/Hand/handle.c
index 2edfdeb78b..f958bff63f 100644
--- a/EdkModulePkg/Core/Dxe/Hand/handle.c
+++ b/EdkModulePkg/Core/Dxe/Hand/handle.c
@@ -1325,7 +1325,7 @@ Arguments:
UserHandle - The handle for the protocol interface that was previously opened
with OpenProtocol(), and is now being closed.
- Protocol - The published unique identifier of the protocol. It is the caller¡¯s
+ Protocol - The published unique identifier of the protocol. It is the caller's
responsibility to pass in a valid GUID.
AgentHandle - The handle of the agent that is closing the protocol interface.
ControllerHandle - If the agent that opened a protocol is a driver that follows the
diff --git a/EdkModulePkg/Core/Dxe/Image/Image.c b/EdkModulePkg/Core/Dxe/Image/Image.c
index d77f4c4fca..9b9720d897 100644
--- a/EdkModulePkg/Core/Dxe/Image/Image.c
+++ b/EdkModulePkg/Core/Dxe/Image/Image.c
@@ -905,7 +905,7 @@ Arguments:
ExitData - Pointer to a pointer to a data buffer that includes a Null-terminated
Unicode string, optionally followed by additional binary data. The string
is a description that the caller may use to further indicate the reason for
- the image¡¯s exit.
+ the image's exit.
Returns:
@@ -1209,13 +1209,13 @@ Arguments:
ImageHandle - Handle that identifies the image. This parameter is passed to the image
on entry.
- Status - The image¡¯s exit code.
+ Status - The image's exit code.
ExitDataSize - The size, in bytes, of ExitData. Ignored if ExitStatus is
EFI_SUCCESS.
ExitData - Pointer to a data buffer that includes a Null-terminated Unicode string,
optionally followed by additional binary data. The string is a
description that the caller may use to further indicate the reason for
- the image¡¯s exit.
+ the image's exit.
Returns:
diff --git a/EdkModulePkg/Core/Pei/Memory/MemoryServices.c b/EdkModulePkg/Core/Pei/Memory/MemoryServices.c
index d49b7427b4..62cd59edf0 100644
--- a/EdkModulePkg/Core/Pei/Memory/MemoryServices.c
+++ b/EdkModulePkg/Core/Pei/Memory/MemoryServices.c
@@ -302,7 +302,7 @@ Returns:
EFI_HOB_MEMORY_POOL *Hob;
//
- // If some ¡°post-memory¡± PEIM wishes to allocate larger pool,
+ // If some "post-memory" PEIM wishes to allocate larger pool,
// it should use AllocatePages service instead.
//
ASSERT (Size < 0x10000 - sizeof (EFI_HOB_MEMORY_POOL));