From 10de71267133cc3347bef4471d771edd8d497c69 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 25 Mar 2010 23:18:41 +0000 Subject: Polish the flashrom code comments and outputs a bit - Fix a number of typos (found via ispell). - Use correct vendor names (as per their websites) consistently. Corresponding to flashrom svn r985. Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann --- jedec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jedec.c') diff --git a/jedec.c b/jedec.c index fcaea96..30c343f 100644 --- a/jedec.c +++ b/jedec.c @@ -345,7 +345,7 @@ int write_page_write_jedec_common(struct flashchip *flash, uint8_t *src, chipaddr d = dst; retry: - /* Issue JEDEC Start Program comand */ + /* Issue JEDEC Start Program command */ start_program_jedec_common(flash, mask); /* transfer data from source to destination */ -- cgit v1.1