From 9df880fdaf394bcc933cfd5e19e214f42f1e63b5 Mon Sep 17 00:00:00 2001 From: Stefan Tauner Date: Tue, 17 May 2011 23:30:13 +0000 Subject: Fix typo "not not" in board_enable.c Corresponding to flashrom svn r1301. Signed-off-by: Stefan Tauner Acked-by: Idwer Vollering --- board_enable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board_enable.c b/board_enable.c index 69b30e7c..c4f2883b 100644 --- a/board_enable.c +++ b/board_enable.c @@ -2152,7 +2152,7 @@ static int unsafe_board_handler(const struct board_pciid_enable *board) if (!force_boardenable) { msg_pinfo("WARNING: Your mainboard is %s %s, but the mainboard-specific\n" - "code has not been tested, and thus will not not be executed by default.\n" + "code has not been tested, and thus will not be executed by default.\n" "Depending on your hardware environment, erasing, writing or even probing\n" "can fail without running the board specific code.\n\n" "Please see the man page (section PROGRAMMER SPECIFIC INFO, subsection\n" -- cgit v1.2.3