summaryrefslogtreecommitdiffstats
path: root/flashrom.c
diff options
context:
space:
mode:
authorStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2011-07-26 14:33:46 +0000
committerStefan Tauner <stefan.tauner@alumni.tuwien.ac.at>2011-07-26 14:33:46 +0000
commitd85a3dec3223e166d60dc31f75e3af956f44a4cc (patch)
tree3eb592d1a3c6cac53aa9856cfaa7d2a70371fcc5 /flashrom.c
parentd522d6f2d7f53359ee0c79672234c8f45ffc4706 (diff)
downloadflashrom-d85a3dec3223e166d60dc31f75e3af956f44a4cc.zip
flashrom-d85a3dec3223e166d60dc31f75e3af956f44a4cc.tar.gz
Add a bunch of new/tested stuff and various small changes 6
- add J-7BXAN to the list of supported boards http://www.flashrom.org/pipermail/flashrom/2011-July/007397.html - fix urls, typos, whitespace etc. - fix counting of supported chips in the wiki output the last one is everything else is Corresponding to flashrom svn r1393. Signed-off-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at> Acked-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net> Acked-by: Stefan Tauner <stefan.tauner@alumni.tuwien.ac.at>
Diffstat (limited to 'flashrom.c')
-rw-r--r--flashrom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/flashrom.c b/flashrom.c
index 97eaf6e..7b1b9ba 100644
--- a/flashrom.c
+++ b/flashrom.c
@@ -1713,7 +1713,7 @@ int selfcheck(void)
msg_gerr("Programmer table miscompilation!\n");
ret = 1;
}
- /* It would be favorable if we could also check for correct terminaion
+ /* It would be favorable if we could also check for correct termination
* of the following arrays, but we don't know their sizes in here...
* For 'flashchips' we check the first element to be non-null. In the
* other cases there exist use cases where the first element can be
OpenPOWER on IntegriCloud