fix wrong description for CONFIG_SSP
authorNicolas Thill <nico@openwrt.org>
Wed, 9 Sep 2009 23:42:06 +0000 (23:42 +0000)
committerNicolas Thill <nico@openwrt.org>
Wed, 9 Sep 2009 23:42:06 +0000 (23:42 +0000)
SVN-Revision: 17550

toolchain/gcc/Config.in

index e034c3860fa2193a594459fc3a1449a893757bd5..ab41924026ef4001a13678ca123ddf40d8b39ce1 100644 (file)
@@ -58,10 +58,10 @@ config EXTRA_GCC_CONFIG_OPTIONS
 config SSP_SUPPORT
        bool
        depends !GCC_VERSION_3_4_6
-       prompt "Enable Smash Stacking Protection support" if TOOLCHAINOPTS
+       prompt "Enable Stack-Smashing Protection support" if TOOLCHAINOPTS
        default n
        help
-           Enable Smash Stacking Protection support
+           Enable Stack-Smashing Protection support
 
 config INSTALL_LIBSTDCPP
        bool