diff options
author | Jiri Kosina <jkosina@suse.cz> | 2010-01-26 19:00:10 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-02-05 06:22:41 -0500 |
commit | 7dd607e82d823e40675b0b87f035ff04dcb0b5c0 (patch) | |
tree | 9c20909ed0e7f3353a8802e365443190a2389414 | |
parent | 5e39df5625fb903587ac8e281fa57d76714996e4 (diff) |
crypto: fix typo in Kconfig help text
Reported-by: Toralf Förster <toralf.foerster@gmx.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r-- | crypto/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig index 81c185a6971f..755ab90294da 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig | |||
@@ -816,8 +816,8 @@ config CRYPTO_ANSI_CPRNG | |||
816 | help | 816 | help |
817 | This option enables the generic pseudo random number generator | 817 | This option enables the generic pseudo random number generator |
818 | for cryptographic modules. Uses the Algorithm specified in | 818 | for cryptographic modules. Uses the Algorithm specified in |
819 | ANSI X9.31 A.2.4. Not this option must be enabled if CRYPTO_FIPS | 819 | ANSI X9.31 A.2.4. Note that this option must be enabled if |
820 | is selected | 820 | CRYPTO_FIPS is selected |
821 | 821 | ||
822 | source "drivers/crypto/Kconfig" | 822 | source "drivers/crypto/Kconfig" |
823 | 823 | ||