Skip to content

Commit

Permalink
crypto: hash - drop duplicated word in a comment
Browse files Browse the repository at this point in the history
Drop the doubled word "in" in a comment.

Signed-off-by: Randy Dunlap <[email protected]>
Cc: Herbert Xu <[email protected]>
Cc: "David S. Miller" <[email protected]>
Cc: [email protected]
Acked-by: David S. Miller <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
  • Loading branch information
rddunlap authored and herbertx committed Jul 23, 2020
1 parent ac855b3 commit da087a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/crypto/hash.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/

Expand Down

0 comments on commit da087a4

Please sign in to comment.