Bläddra i källkod

fix wrong description for CONFIG_SSP

SVN-Revision: 17550
Nicolas Thill 16 år sedan
förälder
incheckning
f69f5f0b38
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      toolchain/gcc/Config.in

+ 2 - 2
toolchain/gcc/Config.in

@@ -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