Commit d02b73f9 authored by Daniel McLellan's avatar Daniel McLellan Committed by Peter Stuge
Browse files

Fix spelling error in comment


Author: raijin

Corresponding to flashrom svn r506.
Signed-off-by: default avatarDaniel McLellan <daniel.mclellan@gmail.com>
Acked-by: default avatarPeter Stuge <peter@stuge.se>
parent 5100a8a9
......@@ -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",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment