From d02b73f9e9a717706dc820eca04128958238df37 Mon Sep 17 00:00:00 2001 From: Daniel McLellan Date: Thu, 14 May 2009 12:41:00 +0000 Subject: Fix spelling error in comment Author: raijin Corresponding to flashrom svn r506. Signed-off-by: Daniel McLellan Acked-by: Peter Stuge --- cbtable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cbtable.c') diff --git a/cbtable.c b/cbtable.c index 96b5d96..38e5f8d 100644 --- a/cbtable.c +++ b/cbtable.c @@ -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", -- cgit v1.1