1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-28 07:23:43 +02:00

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>
This commit is contained in:
Stefan Tauner 2011-05-17 23:30:13 +00:00
parent f0bcfa55bf
commit 9df880fdaf

View File

@ -2152,7 +2152,7 @@ static int unsafe_board_handler(const struct board_pciid_enable *board)
if (!force_boardenable) { if (!force_boardenable) {
msg_pinfo("WARNING: Your mainboard is %s %s, but the mainboard-specific\n" 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" "Depending on your hardware environment, erasing, writing or even probing\n"
"can fail without running the board specific code.\n\n" "can fail without running the board specific code.\n\n"
"Please see the man page (section PROGRAMMER SPECIFIC INFO, subsection\n" "Please see the man page (section PROGRAMMER SPECIFIC INFO, subsection\n"