summaryrefslogtreecommitdiffstats
path: root/EdkModulePkg/Core/Dxe/DxeMain.h
diff options
context:
space:
mode:
Diffstat (limited to 'EdkModulePkg/Core/Dxe/DxeMain.h')
-rw-r--r--EdkModulePkg/Core/Dxe/DxeMain.h10
1 files changed, 5 insertions, 5 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