diff options
author | Valdis.Kletnieks@vt.edu <Valdis.Kletnieks@vt.edu> | 2011-11-09 01:29:20 -0500 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2011-11-09 20:03:51 +0800 |
commit | d19978f58745e586d9385d306d557e7c785abe23 (patch) | |
tree | c7e1e9eb8c03bb5f42f2cc9e729e31d969750c6e /crypto | |
parent | ce3fd840f588d85a8c1be651cf90fa1ba1f029e9 (diff) | |
download | linux-3.10-d19978f58745e586d9385d306d557e7c785abe23.tar.gz linux-3.10-d19978f58745e586d9385d306d557e7c785abe23.tar.bz2 linux-3.10-d19978f58745e586d9385d306d557e7c785abe23.zip |
crypto: fix typo in crypto/Kconfig
Fix a typo in the Kconfig file help text.
Signed-off-by: Valdis Kletnieks <valdis.kletnieks@vt.edu>
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 527a857d10b..733208fe0a2 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig @@ -105,7 +105,7 @@ config CRYPTO_USER depends on NET select CRYPTO_MANAGER help - Userapace configuration for cryptographic instantiations such as + Userspace configuration for cryptographic instantiations such as cbc(aes). config CRYPTO_MANAGER_DISABLE_TESTS |