diff options
Diffstat (limited to 'EdkModulePkg/Universal/StatusCode/Dxe/Common/DxeStatusCodeCommon.c')
-rw-r--r-- | EdkModulePkg/Universal/StatusCode/Dxe/Common/DxeStatusCodeCommon.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/EdkModulePkg/Universal/StatusCode/Dxe/Common/DxeStatusCodeCommon.c b/EdkModulePkg/Universal/StatusCode/Dxe/Common/DxeStatusCodeCommon.c index 5bb54a201e..43fe3fdfda 100644 --- a/EdkModulePkg/Universal/StatusCode/Dxe/Common/DxeStatusCodeCommon.c +++ b/EdkModulePkg/Universal/StatusCode/Dxe/Common/DxeStatusCodeCommon.c @@ -27,7 +27,7 @@ This includes information about the class and subclass that is used to classify the entity
as well as an operation. For progress codes, the operation is the current activity.
For error codes, it is the exception. For debug codes, it is not defined at this time.
- Type EFI_STATUS_CODE_VALUE is defined in ¡°Related Definitions¡± below.
+ Type EFI_STATUS_CODE_VALUE is defined in "Related Definitions" below.
Specific values are discussed in the Intel? Platform Innovation Framework for EFI Status Code Specification.
@param Instance The enumeration of a hardware or software entity within the system.
A system may contain multiple entities that match a class/subclass pairing.
@@ -122,7 +122,7 @@ DxeStatusCodeDriverEntry ( This includes information about the class and subclass that is used to classify the entity
as well as an operation. For progress codes, the operation is the current activity.
For error codes, it is the exception. For debug codes, it is not defined at this time.
- Type EFI_STATUS_CODE_VALUE is defined in ¡°Related Definitions¡± below.
+ Type EFI_STATUS_CODE_VALUE is defined in "Related Definitions" below.
Specific values are discussed in the Intel? Platform Innovation Framework for EFI Status Code Specification.
@param Instance The enumeration of a hardware or software entity within the system.
A system may contain multiple entities that match a class/subclass pairing.
@@ -206,7 +206,7 @@ ReportDispatcher ( to virtual address.
@param Event Event whose notification function is being invoked.
- @param Context Pointer to the notification function¡¯s context, which is
+ @param Context Pointer to the notification function's context, which is
always zero in current implementation.
**/
|