diff options
Diffstat (limited to 'IntelFrameworkModulePkg/Include/Guid/DataHubStatusCodeRecord.h')
-rw-r--r-- | IntelFrameworkModulePkg/Include/Guid/DataHubStatusCodeRecord.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/IntelFrameworkModulePkg/Include/Guid/DataHubStatusCodeRecord.h b/IntelFrameworkModulePkg/Include/Guid/DataHubStatusCodeRecord.h index 8ebc369794..5922d536f1 100644 --- a/IntelFrameworkModulePkg/Include/Guid/DataHubStatusCodeRecord.h +++ b/IntelFrameworkModulePkg/Include/Guid/DataHubStatusCodeRecord.h @@ -34,8 +34,8 @@ typedef struct { EFI_STATUS_CODE_TYPE CodeType;
///
- /// Value information about the class and subclass is used to
- /// classify the hardware and software entity as well as an operation.
+ /// An operation, plus value information about the class and subclass, used to
+ /// classify the hardware and software entity.
///
EFI_STATUS_CODE_VALUE Value;
|