diff options
author | John Crispin <john@openwrt.org> | 2015-01-28 12:05:58 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-01-28 12:05:58 +0000 |
commit | 1c160bf082a98efb273858dfbac2137ba7361eab (patch) | |
tree | 9a5d632bcd7c4c4d0e4b27ff4744b16da187ddcc /config | |
parent | a9568263f674085d67e750ad6849109d21641999 (diff) | |
download | upstream-1c160bf082a98efb273858dfbac2137ba7361eab.tar.gz upstream-1c160bf082a98efb273858dfbac2137ba7361eab.tar.bz2 upstream-1c160bf082a98efb273858dfbac2137ba7361eab.zip |
config: fix typo in Global build settings menu
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 44163
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 |