summaryrefslogtreecommitdiff
path: root/crypto/Kconfig
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
commite7455ec8adc0886f43498e4fbb97a025decb7efc (patch)
tree157d636a970e5cb6a01663654afd6a6bbc967d90 /crypto/Kconfig
parente5b8ea0402e3099960b8e27e11596a0d34bb6103 (diff)
downloadlinux-crypto-e7455ec8adc0886f43498e4fbb97a025decb7efc.tar.gz
linux-crypto-e7455ec8adc0886f43498e4fbb97a025decb7efc.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/Kconfig')
-rw-r--r--crypto/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 86dc81f8..3a1c2b34 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"