From 93f7023e16c8bd6f16ad02d4f2027669e5c90285 Mon Sep 17 00:00:00 2001 From: Stefan Tauner Date: Tue, 26 Jul 2011 14:33:46 +0000 Subject: 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 Corresponding to flashrom svn r1393. Signed-off-by: Stefan Tauner the last one is Acked-by: Carl-Daniel Hailfinger everything else is Acked-by: Stefan Tauner --- flashrom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flashrom.c') 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 -- cgit v1.1