SecurityPkg: Fix spelling errors
https://bugzilla.tianocore.org/show_bug.cgi?id=2265 Cc: Jiewen Yao <jiewen.yao@intel.com> Cc: Jian J Wang <jian.j.wang@intel.com> Cc: Chao Zhang <chao.b.zhang@intel.com> Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com> Reviewed-by: Jiewen Yao <Jiewen.yao@intel.com> Reviewed-by: Jian J Wang <jian.j.wang@intel.com>
This commit is contained in:
committed by
Michael D Kinney
parent
6e7e9b9578
commit
d6b926e76e
@@ -122,7 +122,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
//
|
||||
typedef struct {
|
||||
BOOLEAN AttemptSecureBoot; // Attempt to enable/disable Secure Boot
|
||||
BOOLEAN HideSecureBoot; // Hiden Attempt Secure Boot
|
||||
BOOLEAN HideSecureBoot; // Hidden Attempt Secure Boot
|
||||
CHAR16 SignatureGuid[SECURE_BOOT_GUID_STORAGE_SIZE];
|
||||
BOOLEAN PhysicalPresent; // If a Physical Present User
|
||||
UINT8 SecureBootMode; // Secure Boot Mode: Standard Or Custom
|
||||
@@ -132,7 +132,7 @@ typedef struct {
|
||||
UINT8 CertificateFormat; // The type of the certificate
|
||||
EFI_HII_DATE RevocationDate; // The revocation date of the certificate
|
||||
EFI_HII_TIME RevocationTime; // The revocation time of the certificate
|
||||
UINT8 FileEnrollType; // File type of sigunature enroll
|
||||
UINT8 FileEnrollType; // File type of signature enroll
|
||||
UINT32 ListCount; // The count of signature list.
|
||||
UINT32 CheckedDataCount; // The count of checked signature data.
|
||||
} SECUREBOOT_CONFIGURATION;
|
||||
|
Reference in New Issue
Block a user