]> git.proxmox.com Git - mirror_edk2.git/commitdiff
[CryptoPkg] Correct one typo in the API comments.
authorQin Long <qin.long@intel.com>
Wed, 25 Nov 2015 08:34:57 +0000 (08:34 +0000)
committerqlong <qlong@Edk2>
Wed, 25 Nov 2015 08:34:57 +0000 (08:34 +0000)
Correct one typo (SingerChainCerts --> SignerChainCerts) in the comments
for Pkcs7GetCertificatesList() API.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Qin Long <qin.long@intel.com>
Reviewed-by: Shumin Qiu <shumin.qiu@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18944 6f19259b-4bc3-4df7-8a09-765794883524

CryptoPkg/Include/Library/BaseCryptLib.h
CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7Verify.c
CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7VerifyNull.c
CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Pk/CryptPkcs7VerifyNull.c

index 390e302f98c84f38eaa1d62e3cdcfd88035ed14f..0371d73b86b17630c6d89ecd95c44006068197d7 100644 (file)
@@ -1992,7 +1992,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
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
index b9affe4275037073ea0437ee6f1a10e7901e8833..05433ffb93637620c7275878946212d07fd97ea2 100644 (file)
@@ -74,7 +74,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
index b9affe4275037073ea0437ee6f1a10e7901e8833..05433ffb93637620c7275878946212d07fd97ea2 100644 (file)
@@ -74,7 +74,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