aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorTed Percival <ted@tedp.id.au>2014-09-04 15:18:21 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2014-09-04 15:18:21 +0800
commit0e56673b7bb4e66c15a5a2ca2d9ecabf9d74c2af (patch)
tree691624ec5889d51d25afd26530cd9f90d0e2154d /crypto
parentcrypto: algif - avoid excessive use of socket buffer in skcipher (diff)
downloadlinux-dev-0e56673b7bb4e66c15a5a2ca2d9ecabf9d74c2af.tar.xz
linux-dev-0e56673b7bb4e66c15a5a2ca2d9ecabf9d74c2af.zip
crypto: mcryptd - Fix typos in CRYPTO_MCRYPTD description
Signed-off-by: Ted Percival <ted@tedp.id.au> Acked-by: Tim Chen <tim.c.chen@linux.intel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto')
-rw-r--r--crypto/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 86dc81f80bc5..3a1c2b3497ad 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -170,7 +170,7 @@ config CRYPTO_MCRYPTD
algorithms for submitting jobs and flushing jobs in multi-buffer
crypto algorithms. Multi-buffer crypto algorithms are executed
in the context of this kernel thread and drivers can post
- their crypto request asyncrhously and process by this daemon.
+ their crypto request asynchronously to be processed by this daemon.
config CRYPTO_AUTHENC
tristate "Authenc support"