aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86_64
diff options
context:
space:
mode:
authorBrice Goglin <Brice.Goglin@ens-lyon.org>2006-12-11 14:14:15 -0500
committerLinus Torvalds <torvalds@woody.osdl.org>2006-12-11 15:29:27 -0500
commite45116b8d71ece9dbe41b114368ff7aebe3ae41a (patch)
treec2bb88baa52429b6b76e3ba4272cb2b29713c5a8 /arch/x86_64
parent022416967a814aa1b3a9476a842c0947a1a9d784 (diff)
[PATCH] Fix typo in 'EXPERIMENTAL' in CC_STACKPROTECTOR on x86_64
Fix typo in 'EXPERIMENTAL' in config CC_STACKPROTECTOR in arch/x86_64/Kconfig. Signed-off-by: Brice Goglin <brice@myri.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/x86_64')
-rw-r--r--arch/x86_64/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/Kconfig b/arch/x86_64/Kconfig
index 3ac581d17202..d4275537b25b 100644
--- a/arch/x86_64/Kconfig
+++ b/arch/x86_64/Kconfig
@@ -584,7 +584,7 @@ config SECCOMP
584 If unsure, say Y. Only embedded should say N here. 584 If unsure, say Y. Only embedded should say N here.
585 585
586config CC_STACKPROTECTOR 586config CC_STACKPROTECTOR
587 bool "Enable -fstack-protector buffer overflow detection (EXPRIMENTAL)" 587 bool "Enable -fstack-protector buffer overflow detection (EXPERIMENTAL)"
588 depends on EXPERIMENTAL 588 depends on EXPERIMENTAL
589 help 589 help
590 This option turns on the -fstack-protector GCC feature. This 590 This option turns on the -fstack-protector GCC feature. This