1
0
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:
Daniel McLellan 2009-05-14 12:41:00 +00:00 committed by Peter Stuge
parent 5100a8a9ae
commit d02b73f9e9

View File

@ -102,7 +102,7 @@ static struct lb_header *find_lb_table(void *base, unsigned long start,
(struct lb_record *)(((char *)base) + addr + sizeof(*head)); (struct lb_record *)(((char *)base) + addr + sizeof(*head));
if (memcmp(head->signature, "LBIO", 4) != 0) if (memcmp(head->signature, "LBIO", 4) != 0)
continue; continue;
printf_debug("Found canidate at: %08lx-%08lx\n", printf_debug("Found candidate at: %08lx-%08lx\n",
addr, addr + head->table_bytes); addr, addr + head->table_bytes);
if (head->header_bytes != sizeof(*head)) { if (head->header_bytes != sizeof(*head)) {
fprintf(stderr, "Header bytes of %d are incorrect.\n", fprintf(stderr, "Header bytes of %d are incorrect.\n",