crypto: fips - Grammar s/options/option/, s/to/the/
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 20 Mar 2019 10:41:03 +0000 (11:41 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 28 Mar 2019 05:55:34 +0000 (13:55 +0800)
Fixes: ccb778e1841ce04b ("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>
crypto/Kconfig

index 7c5b5b2..2022b92 100644 (file)
@@ -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.