summaryrefslogtreecommitdiffstats
path: root/SecurityPkg/Include
diff options
context:
space:
mode:
authorSean Brogan <sean.brogan@microsoft.com>2019-10-09 00:20:15 -0700
committerMichael D Kinney <michael.d.kinney@intel.com>2019-10-23 10:23:23 -0700
commitd6b926e76e3d639ac37610e97d33ff9e3a6281eb (patch)
tree8a4857fd6aa97e149cb6e14d7722136e2cd59223 /SecurityPkg/Include
parent6e7e9b95782413b6e32eb7a7f79c0aecc8ec6a18 (diff)
downloadedk2-d6b926e76e3d639ac37610e97d33ff9e3a6281eb.tar.gz
edk2-d6b926e76e3d639ac37610e97d33ff9e3a6281eb.tar.bz2
edk2-d6b926e76e3d639ac37610e97d33ff9e3a6281eb.zip
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>
Diffstat (limited to 'SecurityPkg/Include')
-rw-r--r--SecurityPkg/Include/Guid/AuthenticatedVariableFormat.h2
-rw-r--r--SecurityPkg/Include/Library/Tcg2PhysicalPresenceLib.h4
-rw-r--r--SecurityPkg/Include/Library/TcgStorageCoreLib.h12
-rw-r--r--SecurityPkg/Include/Library/Tpm2CommandLib.h2
-rw-r--r--SecurityPkg/Include/Library/TpmCommLib.h2
-rw-r--r--SecurityPkg/Include/Ppi/FirmwareVolumeInfoPrehashedFV.h4
6 files changed, 13 insertions, 13 deletions
diff --git a/SecurityPkg/Include/Guid/AuthenticatedVariableFormat.h b/SecurityPkg/Include/Guid/AuthenticatedVariableFormat.h
index 2a097826a0..44ceebc488 100644
--- a/SecurityPkg/Include/Guid/AuthenticatedVariableFormat.h
+++ b/SecurityPkg/Include/Guid/AuthenticatedVariableFormat.h
@@ -54,7 +54,7 @@ extern EFI_GUID gEfiVendorKeysNvGuid;
///
/// "VendorKeysNv" variable to record the out of band secure boot keys modification.
-/// This variable is a read-only NV varaible that indicates whether someone other than
+/// This variable is a read-only NV variable that indicates whether someone other than
/// the platform vendor has used a mechanism not defined by the UEFI Specification to
/// transition the system to setup mode or to update secure boot keys.
///
diff --git a/SecurityPkg/Include/Library/Tcg2PhysicalPresenceLib.h b/SecurityPkg/Include/Library/Tcg2PhysicalPresenceLib.h
index 8da3deaf86..39febcb655 100644
--- a/SecurityPkg/Include/Library/Tcg2PhysicalPresenceLib.h
+++ b/SecurityPkg/Include/Library/Tcg2PhysicalPresenceLib.h
@@ -29,8 +29,8 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
//
// UEFI TCG2 library definition bit of the BIOS Information Flags
//
-#define TCG2_BIOS_INFORMATION_FLAG_HIERACHY_CONTROL_STORAGE_DISABLE BIT8
-#define TCG2_BIOS_INFORMATION_FLAG_HIERACHY_CONTROL_ENDORSEMENT_DISABLE BIT9
+#define TCG2_BIOS_INFORMATION_FLAG_HIERARCHY_CONTROL_STORAGE_DISABLE BIT8
+#define TCG2_BIOS_INFORMATION_FLAG_HIERARCHY_CONTROL_ENDORSEMENT_DISABLE BIT9
//
// UEFI TCG2 library definition bit of the BIOS Storage Management Flags
diff --git a/SecurityPkg/Include/Library/TcgStorageCoreLib.h b/SecurityPkg/Include/Library/TcgStorageCoreLib.h
index 190065b63e..c25a56a14c 100644
--- a/SecurityPkg/Include/Library/TcgStorageCoreLib.h
+++ b/SecurityPkg/Include/Library/TcgStorageCoreLib.h
@@ -696,7 +696,7 @@ TcgGetTokenUINT64(
Get next specify value.
@param ParseStruct Input parse structure.
- @param Value Return vlaue.
+ @param Value Return value.
@retval return the action result.
@@ -713,7 +713,7 @@ TcgGetNextUINT8(
Get next specify value.
@param ParseStruct Input parse structure.
- @param Value Return vlaue.
+ @param Value Return value.
@retval return the action result.
@@ -729,7 +729,7 @@ TcgGetNextUINT16(
Get next specify value.
@param ParseStruct Input parse structure.
- @param Value Return vlaue.
+ @param Value Return value.
@retval return the action result.
@@ -745,7 +745,7 @@ TcgGetNextUINT32(
Get next specify value.
@param ParseStruct Input parse structure.
- @param Value Return vlaue.
+ @param Value Return value.
@retval return the action result.
@@ -761,7 +761,7 @@ TcgGetNextUINT64(
Get next specify value.
@param ParseStruct Input parse structure.
- @param Value Return vlaue.
+ @param Value Return value.
@retval return the action result.
@@ -1261,7 +1261,7 @@ TcgEnumLevel0Discovery(
Get Feature code from the header.
@param DiscoveryHeader The discovery header.
- @param FeatureCode reutrn the Feature code.
+ @param FeatureCode return the Feature code.
@param FeatureSize return the Feature size.
@retval return the Feature code data.
diff --git a/SecurityPkg/Include/Library/Tpm2CommandLib.h b/SecurityPkg/Include/Library/Tpm2CommandLib.h
index d78d5ee1ba..ce381e786b 100644
--- a/SecurityPkg/Include/Library/Tpm2CommandLib.h
+++ b/SecurityPkg/Include/Library/Tpm2CommandLib.h
@@ -585,7 +585,7 @@ Tpm2PcrAllocateBanks (
NOTE:
To simplify this function, leave returned CapabilityData for caller to unpack since there are
many capability categories and only few categories will be used in firmware. It means the caller
- need swap the byte order for the feilds in CapabilityData.
+ need swap the byte order for the fields in CapabilityData.
@param[in] Capability Group selection; determines the format of the response.
@param[in] Property Further definition of information.
diff --git a/SecurityPkg/Include/Library/TpmCommLib.h b/SecurityPkg/Include/Library/TpmCommLib.h
index b9aca60b82..7e102a6a11 100644
--- a/SecurityPkg/Include/Library/TpmCommLib.h
+++ b/SecurityPkg/Include/Library/TpmCommLib.h
@@ -214,7 +214,7 @@ TisPcWaitRegisterBits (
in the time of default TIS_TIMEOUT_D.
@param[in] TisReg Pointer to TIS register.
- @param[out] BurstCount Pointer to a buffer to store the got BurstConut.
+ @param[out] BurstCount Pointer to a buffer to store the got BurstCount.
@retval EFI_SUCCESS Get BurstCount.
@retval EFI_INVALID_PARAMETER TisReg is NULL or BurstCount is NULL.
diff --git a/SecurityPkg/Include/Ppi/FirmwareVolumeInfoPrehashedFV.h b/SecurityPkg/Include/Ppi/FirmwareVolumeInfoPrehashedFV.h
index 2fc95537dc..1b7320e916 100644
--- a/SecurityPkg/Include/Ppi/FirmwareVolumeInfoPrehashedFV.h
+++ b/SecurityPkg/Include/Ppi/FirmwareVolumeInfoPrehashedFV.h
@@ -26,10 +26,10 @@ typedef struct _HASH_INFO {
//
// This PPI carries prehashsed data for one FV. Platform should ensure 1:1 mapping between pre-hashed PPI and corresponding FV.
// The Count field in PPI is followed by Count number of FV hash info entries, which can be extended to PCR and logged to TCG event log directly by TCG modules.
-// TCG module checks TPM required hash algorithms(PcdTpm2HashMask) with each pre-hased PPIs
+// TCG module checks TPM required hash algorithms(PcdTpm2HashMask) with each pre-hashed PPIs
// For each pre-hashed PPI
// If PPI carries hash generated by equivalent or larger algorithm set than TPM required, directly use PPI
-// else, drops PPI data and cacluate all hash again
+// else, drops PPI data and calculate all hash again
//
typedef struct {
UINT32 FvBase;