Message ID | 20200731023924.8829-3-rdunlap@infradead.org (mailing list archive) |
---|---|
State | Not Applicable |
Delegated to: | Herbert Xu |
Headers | show |
Series | crypto: delete or fix duplicated words | expand |
--- linux-next-20200730.orig/crypto/asymmetric_keys/pkcs7_parser.h +++ linux-next-20200730/crypto/asymmetric_keys/pkcs7_parser.h @@ -41,7 +41,7 @@ struct pkcs7_signed_info { * * This contains the generated digest of _either_ the Content Data or * 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. * * THis also contains the issuing cert serial number and issuer's name
Drop the doubled word "the". Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Herbert Xu <herbert@gondor.apana.org.au> Cc: "David S. Miller" <davem@davemloft.net> Cc: linux-crypto@vger.kernel.org --- crypto/asymmetric_keys/pkcs7_parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)