summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2015-02-05 05:10:44 +0000
committerNicolas Thill <nico@openwrt.org>2015-02-05 05:10:44 +0000
commitf6433f63ef26c416d1097449526f88c477f0a334 (patch)
tree706023c3105e9ae72edf4597cf3ae6d5eeed99d6 /config
parent70b4d641c1dac0a2733cd4b96c02f005de658c92 (diff)
downloadmaster-31e0f0ae-f6433f63ef26c416d1097449526f88c477f0a334.tar.gz
master-31e0f0ae-f6433f63ef26c416d1097449526f88c477f0a334.tar.bz2
master-31e0f0ae-f6433f63ef26c416d1097449526f88c477f0a334.zip
config: fix typo in Global build settings menu
Signed-off-by: Nicolas Thill <nico@openwrt.org> SVN-Revision: 44258
Diffstat (limited to 'config')
-rw-r--r--config/Config-build.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/Config-build.in b/config/Config-build.in
index 0ca145e3a9..64057cf027 100644
--- a/config/Config-build.in
+++ b/config/Config-build.in
@@ -258,7 +258,7 @@ menu "Global build settings"
functions: memcpy, mempcpy, memmove, memset, strcpy, stpcpy,
strncpy, strcat, strncat, sprintf, vsprintf, snprintf, vsnprintf,
gets. "Conservative" (_FORTIFY_SOURCE set to 1) only introduces
- checks that sholdn't change the behavior of conforming programs,
+ checks that shouldn't change the behavior of conforming programs,
while "aggressive" (_FORTIFY_SOURCES set to 2) some more checking is
added, but some conforming programs might fail.
config PKG_FORTIFY_SOURCE_NONE
@@ -272,7 +272,7 @@ menu "Global build settings"
choice
prompt "Enable RELRO protection"
help
- Enable a link-time protection know as RELRO (Relocation Read Only)
+ Enable a link-time protection known as RELRO (Relocation Read Only)
which helps to protect from certain type of exploitation techniques
altering the content of some ELF sections. "Partial" RELRO makes the
.dynamic section not writeable after initialization, introducing