Author: raijin Date: Thu May 14 08:11:23 EDT 2009
Modified: trunk/flashrom/cbtables.c
Log: Spelling Error in comment
Signed-off-by: Daniel McLellan daniel.mclellan@gmail.com
--- cbtable.c~ 2009-05-13 12:38:10.093503294 -0400 +++ cbtable.c 2009-05-13 12:38:10.216503075 -0400 @@ -101,9 +101,9 @@ struct lb_record *recs = (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", head->header_bytes);
psibyrion wrote:
Log: Spelling Error in comment
Signed-off-by: Daniel McLellan daniel.mclellan@gmail.com
Thanks, r506.