fix wrong description for CONFIG_SSP
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 9 Sep 2009 23:42:06 +0000 (23:42 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 9 Sep 2009 23:42:06 +0000 (23:42 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17550 3c298f89-4303-0410-b956-a3cf2f4a3e73

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