Author: stuge Date: 2009-05-14 14:41:00 +0200 (Thu, 14 May 2009) New Revision: 506
Modified: trunk/cbtable.c Log: Fix spelling error in comment
Author: raijin
Signed-off-by: Daniel McLellan daniel.mclellan@gmail.com Acked-by: Peter Stuge peter@stuge.se
Modified: trunk/cbtable.c =================================================================== --- trunk/cbtable.c 2009-05-13 22:51:27 UTC (rev 505) +++ trunk/cbtable.c 2009-05-14 12:41:00 UTC (rev 506) @@ -102,7 +102,7 @@ (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",