mirror of
https://review.coreboot.org/flashrom.git
synced 2025-06-30 21:52:36 +02:00
Fix typos
Change-Id: I20745d5f30f9577622e27abf2f45220f026f65ac Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/28206 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
@ -252,7 +252,7 @@ int buspirate_spi_init(void)
|
||||
}
|
||||
free(tmp);
|
||||
|
||||
/* Extract serialspeed paramater */
|
||||
/* Extract serialspeed parameter */
|
||||
tmp = extract_programmer_param("serialspeed");
|
||||
if (tmp) {
|
||||
for (i = 0; serialspeeds[i].name; i++) {
|
||||
|
Reference in New Issue
Block a user