Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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

authored by

Brice Goglin and committed by
Linus Torvalds
e45116b8 02241696

+1 -1
+1 -1
arch/x86_64/Kconfig
··· 584 584 If unsure, say Y. Only embedded should say N here. 585 585 586 586 config CC_STACKPROTECTOR 587 - bool "Enable -fstack-protector buffer overflow detection (EXPRIMENTAL)" 587 + bool "Enable -fstack-protector buffer overflow detection (EXPERIMENTAL)" 588 588 depends on EXPERIMENTAL 589 589 help 590 590 This option turns on the -fstack-protector GCC feature. This