summaryrefslogtreecommitdiffstats
path: root/SecurityPkg/Include/Library
diff options
context:
space:
mode:
Diffstat (limited to 'SecurityPkg/Include/Library')
-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
4 files changed, 10 insertions, 10 deletions
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.