From: Randy Dunlap Date: Fri, 17 Jul 2020 23:35:33 +0000 (-0700) Subject: crypto: hash - drop duplicated word in a comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=da087a4cdcbf93c8a6a9decab4a34c38e6c7e867;p=linux.git crypto: hash - drop duplicated word in a comment Drop the doubled word "in" in a comment. Signed-off-by: Randy Dunlap Cc: Herbert Xu Cc: "David S. Miller" Cc: linux-crypto@vger.kernel.org Acked-by: David S. Miller Signed-off-by: Herbert Xu --- diff --git a/include/crypto/hash.h b/include/crypto/hash.h index 4829d2367eda8..19ce91f2359f5 100644 --- a/include/crypto/hash.h +++ b/include/crypto/hash.h @@ -687,7 +687,7 @@ static inline void ahash_request_set_crypt(struct ahash_request *req, * 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. */