Author: raijin<br>Date: Thu May 14 08:11:23 EDT 2009<br><br>Modified: trunk/flashrom/cbtables.c<br><br>Log: Spelling Error in comment<br><br><br>Signed-off-by: Daniel McLellan <<a href="mailto:daniel.mclellan@gmail.com">daniel.mclellan@gmail.com</a>><br>
<br><br>--- cbtable.c~  2009-05-13 12:38:10.093503294 -0400<br>+++ cbtable.c   2009-05-13 12:38:10.216503075 -0400<br>@@ -101,9 +101,9 @@<br>                struct lb_record *recs =<br>                    (struct lb_record *)(((char *)base) + addr + sizeof(*head));<br>
                if (memcmp(head->signature, "LBIO", 4) != 0)<br>                        continue;<br>-               printf_debug("Found canidate at: %08lx-%08lx\n",<br>+               printf_debug("Found candidate at: %08lx-%08lx\n",<br>
                             addr, addr + head->table_bytes);<br>                if (head->header_bytes != sizeof(*head)) {<br>                        fprintf(stderr, "Header bytes of %d are incorrect.\n",<br>
                                head->header_bytes);<br><br>