diff options
author | John Crispin <blogic@openwrt.org> | 2015-01-28 12:05:58 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-01-28 12:05:58 +0000 |
commit | 2dfea023e5d3b9b4ed9f47429eb9e918f8ff581d (patch) | |
tree | f9a6b5acb5b855543515f286d34736a7724e88eb /config | |
parent | afcc1ab06249b4c04ae13e69695711b165c80870 (diff) | |
download | upstream-2dfea023e5d3b9b4ed9f47429eb9e918f8ff581d.tar.gz upstream-2dfea023e5d3b9b4ed9f47429eb9e918f8ff581d.tar.bz2 upstream-2dfea023e5d3b9b4ed9f47429eb9e918f8ff581d.zip |
config: fix typo in Global build settings menu
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44163 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'config')
-rw-r--r-- | config/Config-build.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/Config-build.in b/config/Config-build.in index 280f71923b..0ca145e3a9 100644 --- a/config/Config-build.in +++ b/config/Config-build.in @@ -251,7 +251,7 @@ menu "Global build settings" endchoice choice - prompt "Enable buffer-overflows detction (FORTIFY_SOURCE)" + prompt "Enable buffer-overflows detection (FORTIFY_SOURCE)" help Enable the _FORTIFY_SOURCE macro which introduces additional checks to detect buffer-overflows in the following standard library |