summaryrefslogtreecommitdiff
path: root/IntelFrameworkModulePkg/Include/Guid/StatusCodeDataTypeDebug.h
diff options
context:
space:
mode:
Diffstat (limited to 'IntelFrameworkModulePkg/Include/Guid/StatusCodeDataTypeDebug.h')
-rw-r--r--IntelFrameworkModulePkg/Include/Guid/StatusCodeDataTypeDebug.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/IntelFrameworkModulePkg/Include/Guid/StatusCodeDataTypeDebug.h b/IntelFrameworkModulePkg/Include/Guid/StatusCodeDataTypeDebug.h
index 28a39a7e7d..ee679cf0eb 100644
--- a/IntelFrameworkModulePkg/Include/Guid/StatusCodeDataTypeDebug.h
+++ b/IntelFrameworkModulePkg/Include/Guid/StatusCodeDataTypeDebug.h
@@ -30,12 +30,12 @@
#define EFI_STATUS_CODE_DATA_MAX_SIZE 200
///
-/// This structire contains the ErrorLevel passed into the DEBUG() macro followed
+/// This structure contains the ErrorLevel passed into the DEBUG() macro followed
/// by a 96-byte buffer that contains the variable argument list passed to the
// DEBUG() macro that has been converted to a BASE_LIST. The 96-byte buffer is
/// followed by a Null terminated ASCII string that is the Format string passed
/// to the DEBUG() macro. The maximum size of this structure is defined by
-/// EFI_STATUS_CODE_DATAS_MAX_SIZE.
+/// EFI_STATUS_CODE_DATA_MAX_SIZE.
///
typedef struct {
///