summaryrefslogtreecommitdiffstats
path: root/crypto/Kconfig
diff options
context:
space:
mode:
authorValdis.Kletnieks@vt.edu2011-11-09 07:29:20 +0100
committerHerbert Xu2011-11-09 13:03:51 +0100
commitd19978f58745e586d9385d306d557e7c785abe23 (patch)
treec7e1e9eb8c03bb5f42f2cc9e729e31d969750c6e /crypto/Kconfig
parentcrypto: Unlink and free instances when deleted (diff)
downloadkernel-qcow2-linux-d19978f58745e586d9385d306d557e7c785abe23.tar.gz
kernel-qcow2-linux-d19978f58745e586d9385d306d557e7c785abe23.tar.xz
kernel-qcow2-linux-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/Kconfig')
-rw-r--r--crypto/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 527a857d10b6..733208fe0a2d 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