Skip to content

Commit

Permalink
crypto: api - fix comment typo
Browse files Browse the repository at this point in the history
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
  • Loading branch information
Baruch Siach authored and Herbert Xu committed Dec 1, 2016
1 parent 34bc085 commit 864e098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/crypto.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
#define CRYPTO_ALG_TESTED 0x00000400

/*
* Set if the algorithm is an instance that is build from templates.
* Set if the algorithm is an instance that is built from templates.
*/
#define CRYPTO_ALG_INSTANCE 0x00000800

Expand Down

0 comments on commit 864e098

Please sign in to comment.