diff options
author | Hao Wu <hao.a.wu@intel.com> | 2016-01-06 01:12:48 +0000 |
---|---|---|
committer | hwu1225 <hwu1225@Edk2> | 2016-01-06 01:12:48 +0000 |
commit | ef9870eb9155a32fa534789511a1b9d58a2182a4 (patch) | |
tree | aafd886dcf1f260e91d035203d8a0a018d662269 /SecurityPkg | |
parent | 59c0c1cb55d4bf7f857536dafb563e3cab1d546e (diff) | |
download | edk2-ef9870eb9155a32fa534789511a1b9d58a2182a4.tar.gz edk2-ef9870eb9155a32fa534789511a1b9d58a2182a4.tar.bz2 edk2-ef9870eb9155a32fa534789511a1b9d58a2182a4.zip |
SecurityPkg Tcg2Pei: Fix a typo in function description
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hao Wu <hao.a.wu@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19602 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'SecurityPkg')
-rw-r--r-- | SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.c b/SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.c index 63045f1c59..3b4b5feb39 100644 --- a/SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.c +++ b/SecurityPkg/Tcg/Tcg2Pei/Tcg2Pei.c @@ -358,7 +358,7 @@ CopyDigestListToBuffer ( }
/**
- Set Tpm2HashMask PCD value accroding to TPM2 PCR bank.
+ Set Tpm2HashMask PCD value according to TPM2 PCR bank.
**/
VOID
SetTpm2HashMask (
|