summaryrefslogtreecommitdiff
path: root/CryptoPkg/Library
diff options
context:
space:
mode:
authorLong Qin <qin.long@intel.com>2017-04-14 16:31:51 +0800
committerLong Qin <qin.long@intel.com>2017-04-14 16:40:04 +0800
commit0c9fc4b1679946f59efa1aaf11e2e9e1acab303d (patch)
treed238d6ad2c90bd3b29897fa5022cfe82822cb582 /CryptoPkg/Library
parent8b17683a27cfef7e70008dfccbc17a358ae33df1 (diff)
downloadedk2-0c9fc4b1679946f59efa1aaf11e2e9e1acab303d.zip
edk2-0c9fc4b1679946f59efa1aaf11e2e9e1acab303d.tar.gz
edk2-0c9fc4b1679946f59efa1aaf11e2e9e1acab303d.tar.bz2
CryptoPkg: Correct some minor issues in function comments
Correct some minor comment issues in BaseCryptLib.h and CryptPkcs7Verify.c, including: - missed "out" in parameter property for ARC4 interfaces; - Wrong Comment tail in Pkcs7GetAttachedContent function Cc: Ting Ye <ting.ye@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Qin Long <qin.long@intel.com> Reviewed-by: Ye Ting <ting.ye@intel.com>
Diffstat (limited to 'CryptoPkg/Library')
-rw-r--r--CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7Verify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7Verify.c b/CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7Verify.c
index bf24e92..45d5df5 100644
--- a/CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7Verify.c
+++ b/CryptoPkg/Library/BaseCryptLib/Pk/CryptPkcs7Verify.c
@@ -925,7 +925,7 @@ _Exit:
@retval TRUE The P7Data was correctly formatted for processing.
@retval FALSE The P7Data was not correctly formatted for processing.
-*/
+**/
BOOLEAN
EFIAPI
Pkcs7GetAttachedContent (