[coreboot-gerrit] New patch to review for coreboot: 8a7585e kconfig: lxdialog: fix spelling

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Mon Apr 6 01:47:59 CEST 2015


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/9310

-gerrit

commit 8a7585e0a770eecce92603387847f6db714014f0
Author: Stefan Reinauer <stefan.reinauer at coreboot.org>
Date:   Mon Apr 6 01:22:36 2015 +0200

    kconfig: lxdialog: fix spelling
    
    Signed-off-by: Brian Norris <computersforpeace at gmail.com>
    Cc: "Yann E. MORIN" <yann.morin.1998 at free.fr>
    Signed-off-by: Michal Marek <mmarek at suse.cz>
    
    Change-Id: I033338a4a3f3a20944feace46b679c85ee32d14e
    Signed-off-by: Stefan Reinauer <stefan.reinauer at coreboot.org>
---
 util/kconfig/lxdialog/dialog.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/kconfig/lxdialog/dialog.h b/util/kconfig/lxdialog/dialog.h
index b4343d3..fcffd5b 100644
--- a/util/kconfig/lxdialog/dialog.h
+++ b/util/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. */



More information about the coreboot-gerrit mailing list