diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-07-17 16:35:33 -0700 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2020-07-23 17:34:19 +1000 |
commit | da087a4cdcbf93c8a6a9decab4a34c38e6c7e867 (patch) | |
tree | b10f67b5634535fbb925785d147661b53ad0ecf6 | |
parent | ac855b3c1069dc7c6c1442e743600408ec474c36 (diff) | |
download | linux-da087a4cdcbf93c8a6a9decab4a34c38e6c7e867.tar.gz linux-da087a4cdcbf93c8a6a9decab4a34c38e6c7e867.tar.bz2 linux-da087a4cdcbf93c8a6a9decab4a34c38e6c7e867.zip |
crypto: hash - drop duplicated word in a comment
Drop the doubled word "in" in a comment.
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
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
-rw-r--r-- | include/crypto/hash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/crypto/hash.h b/include/crypto/hash.h index 4829d2367eda..19ce91f2359f 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. */ |