summaryrefslogtreecommitdiffstats
path: root/board_enable.c
diff options
context:
space:
mode:
authorStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2011-05-17 23:30:13 +0000
committerStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2011-05-17 23:30:13 +0000
commit9df880fdaf394bcc933cfd5e19e214f42f1e63b5 (patch)
treeec1d0724c6a3022b2b001d764364841274d9f387 /board_enable.c
parentf0bcfa55bff42d4102aaa2b163353e1634c65412 (diff)
downloadast2050-flashrom-9df880fdaf394bcc933cfd5e19e214f42f1e63b5.zip
ast2050-flashrom-9df880fdaf394bcc933cfd5e19e214f42f1e63b5.tar.gz
Fix typo "not not" in board_enable.c
Corresponding to flashrom svn r1301. Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> Acked-by: Idwer Vollering <vidwer@gmail.com>
Diffstat (limited to 'board_enable.c')
-rw-r--r--board_enable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board_enable.c b/board_enable.c
index 69b30e7..c4f2883 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"
OpenPOWER on IntegriCloud