]> git.proxmox.com Git - mirror_edk2.git/blobdiff - CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7Verify.c
[CryptoPkg] Correct one typo in the API comments.
[mirror_edk2.git] / CryptoPkg / Library / BaseCryptLib / Pk / CryptPkcs7Verify.c
index 6a84137632b7ef472cabf802f684cd3ba54bf009..559610d7b24e46cdd9f05828daea6150fb9226c5 100644 (file)
@@ -435,7 +435,7 @@ Pkcs7FreeSigners (
 \r
   @param[in]  P7Data            Pointer to the PKCS#7 message.\r
   @param[in]  P7Length          Length of the PKCS#7 message in bytes.\r
-  @param[out] SingerChainCerts  Pointer to the certificates list chained to signer's\r
+  @param[out] SignerChainCerts  Pointer to the certificates list chained to signer's\r
                                 certificate. It's caller's responsiblity to free the buffer.\r
   @param[out] ChainLength       Length of the chained certificates list buffer in bytes.\r
   @param[out] UnchainCerts      Pointer to the unchained certificates lists. It's caller's\r
@@ -521,7 +521,7 @@ Pkcs7GetCertificatesList (
   //\r
   // Obtains Signer's Certificate from PKCS#7 data\r
   // NOTE: Only one signer case will be handled in this function, which means SignerInfos\r
-  //       should include only one singer's certificate.\r
+  //       should include only one signer's certificate.\r
   //\r
   Signers = PKCS7_get0_signers (Pkcs7, NULL, PKCS7_BINARY);\r
   if ((Signers == NULL) || (sk_X509_num (Signers) != 1)) {\r