Messages in this thread Patch in this message |  | | | Subject | [PATCH] fix typo in crypto/Kconfig | | From | Valdis.Kletnieks@vt ... | | Date | Tue, 25 Oct 2011 07:07:18 -0400 |
| |
Fix a typo in the Kconfig file help text.
Signed-off-by: Valdis Kletnieks <valdis.kletnieks@vt.edu>
--- linux-next/crypto/Kconfig.dist 2011-10-25 06:57:29.413596040 -0400 +++ linux-next/crypto/Kconfig 2011-10-25 07:01:51.518647308 -0400 @@ -104,7 +104,7 @@ tristate "Userspace cryptographic algorithm configuration" 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 [unhandled content-type:application/pgp-signature] |  |