]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/Library/AuthVariableLib/AuthService.c
SecurityPkg: Fix spelling errors
[mirror_edk2.git] / SecurityPkg / Library / AuthVariableLib / AuthService.c
index 486df55bed64f453805eebbce9e469761da44824..2f60331f2c048403b7d85311d23d17388124ea84 100644 (file)
@@ -425,7 +425,7 @@ CheckSignatureListFormat(
   RsaContext = NULL;\r
 \r
   //\r
-  // Walk throuth the input signature list and check the data format.\r
+  // Walk through the input signature list and check the data format.\r
   // If any signature is incorrectly formed, the whole check will fail.\r
   //\r
   while ((SigDataSize > 0) && (SigDataSize >= SigList->SignatureListSize)) {\r
@@ -1069,7 +1069,7 @@ AuthServiceInternalCompareTimeStamp (
   @param[out] Sha256Digest       Sha256 digest calculated.\r
 \r
   @return EFI_ABORTED          Digest process failed.\r
-  @return EFI_SUCCESS          SHA256 Digest is succesfully calculated.\r
+  @return EFI_SUCCESS          SHA256 Digest is successfully calculated.\r
 \r
 **/\r
 EFI_STATUS\r