diff options
author | Qin Long <qin.long@intel.com> | 2015-11-25 08:34:57 +0000 |
---|---|---|
committer | qlong <qlong@Edk2> | 2015-11-25 08:34:57 +0000 |
commit | 0f5f6b3db7c12405e4c942cd00ead0749cce41f2 (patch) | |
tree | b8f9a5a11150c2d150c84679cb68e2ed6290d6c1 /CryptoPkg/Include | |
parent | b8b65a0320c7f8ec797171b335dfda2456528d57 (diff) | |
download | edk2-0f5f6b3db7c12405e4c942cd00ead0749cce41f2.tar.gz edk2-0f5f6b3db7c12405e4c942cd00ead0749cce41f2.tar.bz2 edk2-0f5f6b3db7c12405e4c942cd00ead0749cce41f2.zip |
[CryptoPkg] Correct one typo in the API comments.
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
Diffstat (limited to 'CryptoPkg/Include')
-rw-r--r-- | CryptoPkg/Include/Library/BaseCryptLib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CryptoPkg/Include/Library/BaseCryptLib.h b/CryptoPkg/Include/Library/BaseCryptLib.h index 390e302f98..0371d73b86 100644 --- a/CryptoPkg/Include/Library/BaseCryptLib.h +++ b/CryptoPkg/Include/Library/BaseCryptLib.h @@ -1992,7 +1992,7 @@ Pkcs7FreeSigners ( @param[in] P7Data Pointer to the PKCS#7 message.
@param[in] P7Length Length of the PKCS#7 message in bytes.
- @param[out] SingerChainCerts Pointer to the certificates list chained to signer's
+ @param[out] SignerChainCerts Pointer to the certificates list chained to signer's
certificate. It's caller's responsiblity to free the buffer.
@param[out] ChainLength Length of the chained certificates list buffer in bytes.
@param[out] UnchainCerts Pointer to the unchained certificates lists. It's caller's
|