Browse Source

crypto: api - fix comment typo

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Baruch Siach 8 years ago
parent
commit
864e0981fd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/linux/crypto.h

+ 1 - 1
include/linux/crypto.h

@@ -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