[flashrom] [PATCH] fix typo "not not" in board_enable.c

Stefan Tauner stefan.tauner at student.tuwien.ac.at
Wed Apr 13 00:33:10 CEST 2011


Signed-off-by: Stefan Tauner <stefan.tauner at student.tuwien.ac.at>
---
 board_enable.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/board_enable.c b/board_enable.c
index d459b98..e8b3ad3 100644
--- a/board_enable.c
+++ b/board_enable.c
@@ -2123,7 +2123,7 @@ int board_flash_enable(const char *vendor, const char *part)
 	if (board && board->status == NT) {
 		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"
-- 
1.7.1





More information about the flashrom mailing list