mirror of
https://review.coreboot.org/flashrom.git
synced 2025-07-02 06:23:18 +02:00
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 <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
This commit is contained in:
2
jedec.c
2
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 */
|
||||
|
Reference in New Issue
Block a user