aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/menu.c
diff options
context:
space:
mode:
authorMartin Walch <walch.martin@web.de>2013-10-03 17:28:14 +0200
committerYann E. MORIN <yann.morin.1998@free.fr>2013-10-08 23:52:14 +0200
commit8d9dfe8276750aaf30ca1b59b4c3f9349377cb6e (patch)
tree10235ed6b7b395da23f6df2a0efe6b3ee188729e /scripts/kconfig/menu.c
parentkconfig: add short explanation to SYMBOL_WRITE (diff)
downloadlinux-dev-8d9dfe8276750aaf30ca1b59b4c3f9349377cb6e.tar.xz
linux-dev-8d9dfe8276750aaf30ca1b59b4c3f9349377cb6e.zip
kconfig: fix trivial typos and update mconf documentation
This fixes lots of typos in comments and strings. It also updates the documentation strings in mconf to reflect the changes in the user interface from the two commits 6364fd0cb1e4c7f72b974613e0cf5744ae4d2cb2 menuconfig: Add Save/Load buttons 1bdbac478a858d2aa73a6784c7c2e09de0f6d06b menuconfig: Get rid of the top-level entries for "Load an Alternate/Save an Alternate" And it updates the layout of the example search result, i. e. moves down the "Defined at" and "Depends on" lines and adds a symbol state ([=n]) to the symbol in the "Selected by" line. Furthermore, the help texts now should fit in 80 columns again when viewed in mconf. Signed-off-by: Martin Walch <walch.martin@web.de> Reviewed-by: Jean Delvare <jdelvare@suse.de> Reviewed-by: Wang YanQing <udknight@gmail.com> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'scripts/kconfig/menu.c')
-rw-r--r--scripts/kconfig/menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/menu.c b/scripts/kconfig/menu.c
index c1d53200c306..b9701010de8c 100644
--- a/scripts/kconfig/menu.c
+++ b/scripts/kconfig/menu.c
@@ -597,7 +597,7 @@ static void get_prompt_str(struct gstr *r, struct property *prop,
}
/*
- * get peoperty of type P_SYMBOL
+ * get property of type P_SYMBOL
*/
static struct property *get_symbol_prop(struct symbol *sym)
{