2010-08-30 17:06:58

by Bart Van Assche

[permalink] [raw]
Subject: [PATCH] crypto: Fix spelling error in crypto/Kconfig

Signed-off-by: Bart Van Assche <[email protected]>
Cc: Herbert Xu <[email protected]>
Cc: <[email protected]>

diff --git a/crypto/Kconfig b/crypto/Kconfig
index 1cd497d..27484e4 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -102,7 +102,7 @@ config CRYPTO_MANAGER2
select CRYPTO_PCOMP2

config CRYPTO_MANAGER_TESTS
- bool "Run algolithms' self-tests"
+ bool "Run algorithms' self-tests"
default y
depends on CRYPTO_MANAGER2
help