summaryrefslogtreecommitdiffstats
path: root/support/kconfig
diff options
context:
space:
mode:
authorThomas De Schampheleire <thomas.de_schampheleire@nokia.com>2017-10-10 10:32:29 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-10-10 22:37:11 +0200
commit787f4fee7184e4b86343a1d6d60c303622d458b9 (patch)
tree428931c18db71c34580570c1ed817947d05b10a1 /support/kconfig
parent471b1409d71cf80ae2566f076fa4e424c975ad55 (diff)
downloadbuildroot-787f4fee7184e4b86343a1d6d60c303622d458b9.tar.gz
buildroot-787f4fee7184e4b86343a1d6d60c303622d458b9.zip
support/kconfig: fix usage typo and align verb tenses
Fix typo 'selectes' -> 'selects'. Additionally, change 'will exclude' to 'excludes' to align with 'selects'. Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'support/kconfig')
-rw-r--r--support/kconfig/mconf.c2
-rw-r--r--support/kconfig/patches/01-kconfig-kernel-to-buildroot.patch2
2 files changed, 2 insertions, 2 deletions
diff --git a/support/kconfig/mconf.c b/support/kconfig/mconf.c
index 7d6cf80703..91c4df78f3 100644
--- a/support/kconfig/mconf.c
+++ b/support/kconfig/mconf.c
@@ -176,7 +176,7 @@ menu_instructions[] = N_(
"Arrow keys navigate the menu. "
"<Enter> selects submenus ---> (or empty submenus ----). "
"Highlighted letters are hotkeys. "
- "Pressing <Y> selectes a feature, while <N> will exclude a feature. "
+ "Pressing <Y> selects a feature, while <N> excludes a feature. "
"Press <Esc><Esc> to exit, <?> for Help, </> for Search. "
"Legend: [*] feature is selected [ ] feature is excluded"),
radiolist_instructions[] = N_(
diff --git a/support/kconfig/patches/01-kconfig-kernel-to-buildroot.patch b/support/kconfig/patches/01-kconfig-kernel-to-buildroot.patch
index ecfe76b6e2..e76198a36b 100644
--- a/support/kconfig/patches/01-kconfig-kernel-to-buildroot.patch
+++ b/support/kconfig/patches/01-kconfig-kernel-to-buildroot.patch
@@ -28,7 +28,7 @@ Index: kconfig/mconf.c
"<Enter> selects submenus ---> (or empty submenus ----). "
"Highlighted letters are hotkeys. "
- "Pressing <Y> includes, <N> excludes, <M> modularizes features. "
-+ "Pressing <Y> selectes a feature, while <N> will exclude a feature. "
++ "Pressing <Y> selects a feature, while <N> excludes a feature. "
"Press <Esc><Esc> to exit, <?> for Help, </> for Search. "
- "Legend: [*] built-in [ ] excluded <M> module < > module capable"),
+ "Legend: [*] feature is selected [ ] feature is excluded"),
OpenPOWER on IntegriCloud