summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2019-03-20 11:41:03 +0100
committerHerbert Xu <herbert@gondor.apana.org.au>2019-03-28 13:55:34 +0800
commita6cebd68adf4092573bcd51209bce9e0631bad7a (patch)
tree3fab22d2035e4bfff653c03757227f86748bef45 /crypto
parent6d20b3f13f0035216c331bbcc97d1f0e188d7c91 (diff)
downloadlinux-crypto-a6cebd68adf4092573bcd51209bce9e0631bad7a.tar.gz
linux-crypto-a6cebd68adf4092573bcd51209bce9e0631bad7a.zip
crypto: fips - Grammar s/options/option/, s/to/the/
Fixes: d39a490df11a8d5b ("crypto: api - Add fips_enable flag") Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Mukesh Ojha <mojha@codeaurora.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto')
-rw-r--r--crypto/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/Kconfig b/crypto/Kconfig
index 7c5b5b2f..2022b920 100644
--- a/crypto/Kconfig
+++ b/crypto/Kconfig
@@ -27,8 +27,8 @@ config CRYPTO_FIPS
depends on (CRYPTO_ANSI_CPRNG || CRYPTO_DRBG) && !CRYPTO_MANAGER_DISABLE_TESTS
depends on (MODULE_SIG || !MODULES)
help
- This options enables the fips boot option which is
- required if you want to system to operate in a FIPS 200
+ This option enables the fips boot option which is
+ required if you want the system to operate in a FIPS 200
certification. You should say no unless you know what
this is.