config: fix typo in Global build settings menu

Signed-off-by: Daniel Golle <daniel@makrotopia.org>

SVN-Revision: 44163
This commit is contained in:
John Crispin 2015-01-28 12:05:58 +00:00
parent a9568263f6
commit 1c160bf082
1 changed files with 1 additions and 1 deletions

View File

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