mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 12:43:29 +02:00
crypto: asymmetric_keys: fix some comments in pkcs7_parser.h
Drop the doubled word "the" in a comment. Change "THis" to "This". Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: David Howells <dhowells@redhat.com> Reviewed-by: Ben Boeckel <mathstuf@gmail.com> Cc: keyrings@vger.kernel.org
This commit is contained in:
committed by
David Howells
parent
c224926edf
commit
1539dd785a
@@ -41,10 +41,9 @@ struct pkcs7_signed_info {
|
|||||||
*
|
*
|
||||||
* This contains the generated digest of _either_ the Content Data or
|
* This contains the generated digest of _either_ the Content Data or
|
||||||
* the Authenticated Attributes [RFC2315 9.3]. If the latter, one of
|
* the Authenticated Attributes [RFC2315 9.3]. If the latter, one of
|
||||||
* the attributes contains the digest of the the Content Data within
|
* the attributes contains the digest of the Content Data within it.
|
||||||
* it.
|
|
||||||
*
|
*
|
||||||
* THis also contains the issuing cert serial number and issuer's name
|
* This also contains the issuing cert serial number and issuer's name
|
||||||
* [PKCS#7 or CMS ver 1] or issuing cert's SKID [CMS ver 3].
|
* [PKCS#7 or CMS ver 1] or issuing cert's SKID [CMS ver 3].
|
||||||
*/
|
*/
|
||||||
struct public_key_signature *sig;
|
struct public_key_signature *sig;
|
||||||
|
Reference in New Issue
Block a user