toolchain/external: fix SSP help texts for custom toolchains
authorYann E. MORIN <yann.morin.1998@free.fr>
Thu, 20 Feb 2020 22:10:26 +0000 (23:10 +0100)
committerYann E. MORIN <yann.morin.1998@free.fr>
Thu, 20 Feb 2020 22:11:12 +0000 (23:11 +0100)
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
toolchain/toolchain-external/toolchain-external-custom/Config.in.options

index c8cd2c03ccf8b42504eae51035e3806e665be9db..8c38dd9fcd4d8a46611a8cb0cde92ae3ca3d726e 100644 (file)
@@ -405,7 +405,7 @@ config BR2_TOOLCHAIN_EXTERNAL_HAS_SSP
        default y if BR2_TOOLCHAIN_EXTERNAL_MUSL
        select BR2_TOOLCHAIN_HAS_SSP
        help
-         Selection this option if your external toolchain has Stack
+         Select this option if your external toolchain has Stack
          Smashing Protection support enabled. If you don't know,
          leave the default value, Buildroot will tell you if it's
          correct or not.
@@ -417,7 +417,7 @@ config BR2_TOOLCHAIN_EXTERNAL_HAS_SSP_STRONG
        depends on BR2_TOOLCHAIN_EXTERNAL_HAS_SSP
        select BR2_TOOLCHAIN_HAS_SSP_STRONG
        help
-         Selection this option if your external toolchain has strong
+         Select this option if your external toolchain has strong
          Stack Smashing Protection support enabled. If you don't
          know, leave the default value, Buildroot will tell you if
          it's correct or not.