X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=SecurityPkg%2FLibrary%2FAuthVariableLib%2FAuthService.c;fp=SecurityPkg%2FLibrary%2FAuthVariableLib%2FAuthService.c;h=2f60331f2c048403b7d85311d23d17388124ea84;hb=d6b926e76e3d639ac37610e97d33ff9e3a6281eb;hp=486df55bed64f453805eebbce9e469761da44824;hpb=6e7e9b95782413b6e32eb7a7f79c0aecc8ec6a18;p=mirror_edk2.git diff --git a/SecurityPkg/Library/AuthVariableLib/AuthService.c b/SecurityPkg/Library/AuthVariableLib/AuthService.c index 486df55bed..2f60331f2c 100644 --- a/SecurityPkg/Library/AuthVariableLib/AuthService.c +++ b/SecurityPkg/Library/AuthVariableLib/AuthService.c @@ -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