[<prev] [next>] [day] [month] [year] [list]
Message-ID: <457DAE07.6090107@ens-lyon.org>
Date: Mon, 11 Dec 2006 20:14:15 +0100
From: Brice Goglin <Brice.Goglin@...-lyon.org>
To: Andi Kleen <ak@...e.de>, Andrew Morton <akpm@...l.org>,
Linus Torvalds <torvalds@...l.org>
CC: LKML <linux-kernel@...r.kernel.org>
Subject: [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@...i.com>
---
arch/x86_64/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: linux-2.6.git/arch/x86_64/Kconfig
===================================================================
--- linux-2.6.git.orig/arch/x86_64/Kconfig 2006-12-11 20:06:30.000000000 +0100
+++ linux-2.6.git/arch/x86_64/Kconfig 2006-12-11 20:07:06.000000000 +0100
@@ -584,7 +584,7 @@
If unsure, say Y. Only embedded should say N here.
config CC_STACKPROTECTOR
- bool "Enable -fstack-protector buffer overflow detection (EXPRIMENTAL)"
+ bool "Enable -fstack-protector buffer overflow detection (EXPERIMENTAL)"
depends on EXPERIMENTAL
help
This option turns on the -fstack-protector GCC feature. This
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists