mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-27 15:12:36 +02:00
dummyflasher.c: Fix typo in log message
multipler ---> multiple Change-Id: I16fbc0072c82ac152af5f1d65df196cdd113e03b Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/54910 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Edward O'Callaghan <quasisec@chromium.org> Reviewed-by: Anastasia Klimchuk <aklm@chromium.org>
This commit is contained in:
parent
be5af628bd
commit
89a16e4df6
@ -831,7 +831,7 @@ int dummy_init(void)
|
|||||||
if (tmp) {
|
if (tmp) {
|
||||||
size = strtol(tmp, NULL, 10);
|
size = strtol(tmp, NULL, 10);
|
||||||
if (size <= 0 || (size % 1024 != 0)) {
|
if (size <= 0 || (size % 1024 != 0)) {
|
||||||
msg_perr("%s: Chip size is not a multipler of 1024: %s\n",
|
msg_perr("%s: Chip size is not a multiple of 1024: %s\n",
|
||||||
__func__, tmp);
|
__func__, tmp);
|
||||||
free(tmp);
|
free(tmp);
|
||||||
return 1;
|
return 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user