From: Randy Dunlap <rdun...@infradead.org> Drop the doubled word "in" in a comment.
Signed-off-by: Randy Dunlap <rdun...@infradead.org> Cc: Herbert Xu <herb...@gondor.apana.org.au> Cc: "David S. Miller" <da...@davemloft.net> Cc: linux-crypto@vger.kernel.org --- include/crypto/hash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200714.orig/include/crypto/hash.h +++ linux-next-20200714/include/crypto/hash.h @@ -687,7 +687,7 @@ static inline void ahash_request_set_cry * The message digest API is able to maintain state information for the * caller. * - * The synchronous message digest API can store user-related context in in its + * The synchronous message digest API can store user-related context in its * shash_desc request data structure. */