1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-07-01 22:21:16 +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:
Elyes HAOUAS
2018-08-18 09:04:41 +02:00
committed by Nico Huber
parent 5bd11dc847
commit e2c90c45f7
8 changed files with 10 additions and 10 deletions

View File

@ -57,7 +57,7 @@ static int mstarddc_spi_shutdown(void *data)
} else {
msg_pinfo("Info: Reset command was not sent. "
"Either the noreset=1 option was used, "
"or an error occured.\n");
"or an error occurred.\n");
}
if (close(mstarddc_fd) < 0) {