summaryrefslogtreecommitdiffstats
path: root/support/kconfig/lxdialog/dialog.h
diff options
context:
space:
mode:
authorPetr Vorel <petr.vorel@gmail.com>2018-09-19 13:36:15 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-09-20 23:14:38 +0200
commit6eacea5ae05e11bfc7b6557850ef7e4a0ba60bd7 (patch)
treeb9547dbbf6379abc2cf36430dda078f5b2ddae36 /support/kconfig/lxdialog/dialog.h
parent78dd830f15b0c175cb8c9d2fef7f0641a8733b29 (diff)
downloadbuildroot-6eacea5ae05e11bfc7b6557850ef7e4a0ba60bd7.tar.gz
buildroot-6eacea5ae05e11bfc7b6557850ef7e4a0ba60bd7.zip
support/kconfig: bump to kconfig from Linux 4.17-rc2
Signed-off-by: Petr Vorel <petr.vorel@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'support/kconfig/lxdialog/dialog.h')
-rw-r--r--support/kconfig/lxdialog/dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/kconfig/lxdialog/dialog.h b/support/kconfig/lxdialog/dialog.h
index b4343d3849..fcffd5b41f 100644
--- a/support/kconfig/lxdialog/dialog.h
+++ b/support/kconfig/lxdialog/dialog.h
@@ -170,7 +170,7 @@ char item_tag(void);
/* item list manipulation for lxdialog use */
#define MAXITEMSTR 200
struct dialog_item {
- char str[MAXITEMSTR]; /* promtp displayed */
+ char str[MAXITEMSTR]; /* prompt displayed */
char tag;
void *data; /* pointer to menu item - used by menubox+checklist */
int selected; /* Set to 1 by dialog_*() function if selected. */
OpenPOWER on IntegriCloud