diff options
author | Baruch Siach <baruch@tkos.co.il> | 2016-11-30 15:16:08 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2016-12-01 21:06:30 +0800 |
commit | 864e0981fd1bc042c6e932d1731d358dde60fed9 (patch) | |
tree | 4de083797c31f4da790703e6448308e843898b8c | |
parent | 34bc085c839cef85e3e795b1cee29514f69c3081 (diff) | |
download | linux-864e0981fd1bc042c6e932d1731d358dde60fed9.tar.gz linux-864e0981fd1bc042c6e932d1731d358dde60fed9.tar.bz2 linux-864e0981fd1bc042c6e932d1731d358dde60fed9.zip |
crypto: api - fix comment typo
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
-rw-r--r-- | include/linux/crypto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/crypto.h b/include/linux/crypto.h index 8348d83d8b5e..167aea29d41e 100644 --- a/include/linux/crypto.h +++ b/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 |