summaryrefslogtreecommitdiff
path: root/crypto/Kconfig
diff options
context:
space:
mode:
authorJiri Kosina <jkosina@suse.cz>2010-01-27 01:00:10 +0100
committerJiri Kosina <jkosina@suse.cz>2010-02-05 12:22:41 +0100
commit02ae4fd2372ed8a24d19f5437d62daf7bccb262e (patch)
treee9a575d1b8ac4e6862ca1a0db58b8c0927ef7211 /crypto/Kconfig
parent39fa904443d5fef09dfeb90b94ec9892a5a96a35 (diff)
downloadlinux-crypto-02ae4fd2372ed8a24d19f5437d62daf7bccb262e.tar.gz
linux-crypto-02ae4fd2372ed8a24d19f5437d62daf7bccb262e.zip
crypto: fix typo in Kconfig help text
Reported-by: Toralf Förster <toralf.foerster@gmx.de> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'crypto/Kconfig')
-rw-r--r--crypto/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 81c185a6..755ab902 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -816,8 +816,8 @@ config CRYPTO_ANSI_CPRNG
help
This option enables the generic pseudo random number generator
for cryptographic modules. Uses the Algorithm specified in
- ANSI X9.31 A.2.4. Not this option must be enabled if CRYPTO_FIPS
- is selected
+ ANSI X9.31 A.2.4. Note that this option must be enabled if
+ CRYPTO_FIPS is selected
source "drivers/crypto/Kconfig"