[PATCH] crypto: hash.h: drop duplicated word in a comment

From: Randy Dunlap
Date: Fri Jul 17 2020 - 19:35:45 EST


From: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>

Drop the doubled word "in" in a comment.

Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
Cc: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
Cc: "David S. Miller" <davem@xxxxxxxxxxxxx>
Cc: linux-crypto@xxxxxxxxxxxxxxx
---
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.
*/