From 89a16e4df69a6c123aeaf4b64b71a93f5a274648 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Tue, 25 May 2021 13:05:09 +0200 Subject: dummyflasher.c: Fix typo in log message multipler ---> multiple Change-Id: I16fbc0072c82ac152af5f1d65df196cdd113e03b Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/flashrom/+/54910 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan Reviewed-by: Anastasia Klimchuk --- dummyflasher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dummyflasher.c') diff --git a/dummyflasher.c b/dummyflasher.c index 560dbdc0..dcf97b5c 100644 --- a/dummyflasher.c +++ b/dummyflasher.c @@ -831,7 +831,7 @@ int dummy_init(void) if (tmp) { size = strtol(tmp, NULL, 10); 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); free(tmp); return 1; -- cgit v1.2.3