diff options
author | Ted Percival <ted@tedp.id.au> | 2014-09-04 15:18:21 +0800 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2014-09-04 15:18:21 +0800 |
commit | 0e56673b7bb4e66c15a5a2ca2d9ecabf9d74c2af (patch) | |
tree | 691624ec5889d51d25afd26530cd9f90d0e2154d /crypto | |
parent | e2cffb5f493a8b431dc87124388ea59b79f0bccb (diff) | |
download | op-kernel-dev-0e56673b7bb4e66c15a5a2ca2d9ecabf9d74c2af.zip op-kernel-dev-0e56673b7bb4e66c15a5a2ca2d9ecabf9d74c2af.tar.gz |
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/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 86dc81f..3a1c2b3 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" |