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
@@ -425,7 +425,7 @@ CheckSignatureListFormat(
|
||||
RsaContext = NULL;
|
||||
|
||||
//
|
||||
// Walk throuth the input signature list and check the data format.
|
||||
// Walk through the input signature list and check the data format.
|
||||
// If any signature is incorrectly formed, the whole check will fail.
|
||||
//
|
||||
while ((SigDataSize > 0) && (SigDataSize >= SigList->SignatureListSize)) {
|
||||
@@ -1069,7 +1069,7 @@ AuthServiceInternalCompareTimeStamp (
|
||||
@param[out] Sha256Digest Sha256 digest calculated.
|
||||
|
||||
@return EFI_ABORTED Digest process failed.
|
||||
@return EFI_SUCCESS SHA256 Digest is succesfully calculated.
|
||||
@return EFI_SUCCESS SHA256 Digest is successfully calculated.
|
||||
|
||||
**/
|
||||
EFI_STATUS
|
||||
|
Reference in New Issue
Block a user