]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - scripts/kconfig/lxdialog/dialog.h
kconfig: sync kconfig files with Linux 3.18-rc1
[karo-tx-uboot.git] / scripts / kconfig / lxdialog / dialog.h
index b4343d384926600329203b846855f940b597b5fd..fcffd5b41fb07bff8cab87c3cdee93c18e884e1b 100644 (file)
@@ -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. */