mirror of
https://review.coreboot.org/flashrom.git
synced 2025-04-27 23:22:37 +02:00
Fix spelling error in comment
Author: raijin Corresponding to flashrom svn r506. Signed-off-by: Daniel McLellan <daniel.mclellan@gmail.com> Acked-by: Peter Stuge <peter@stuge.se>
This commit is contained in:
parent
5100a8a9ae
commit
d02b73f9e9
@ -102,7 +102,7 @@ static struct lb_header *find_lb_table(void *base, unsigned long start,
|
||||
(struct lb_record *)(((char *)base) + addr + sizeof(*head));
|
||||
if (memcmp(head->signature, "LBIO", 4) != 0)
|
||||
continue;
|
||||
printf_debug("Found canidate at: %08lx-%08lx\n",
|
||||
printf_debug("Found candidate at: %08lx-%08lx\n",
|
||||
addr, addr + head->table_bytes);
|
||||
if (head->header_bytes != sizeof(*head)) {
|
||||
fprintf(stderr, "Header bytes of %d are incorrect.\n",
|
||||
|
Loading…
x
Reference in New Issue
Block a user