summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel McLellan <daniel.mclellan@gmail.com>2009-05-14 12:41:00 +0000
committerPeter Stuge <peter@stuge.se>2009-05-14 12:41:00 +0000
commitd02b73f9e9a717706dc820eca04128958238df37 (patch)
treec085a459f8227259f318783faf82cd9074833d71
parent5100a8a9aed38ed96e182da22d3ed1a01202350b (diff)
downloadast2050-flashrom-d02b73f9e9a717706dc820eca04128958238df37.zip
ast2050-flashrom-d02b73f9e9a717706dc820eca04128958238df37.tar.gz
Fix spelling error in comment
Author: raijin Corresponding to flashrom svn r506. Signed-off-by: Daniel McLellan <daniel.mclellan@gmail.com> Acked-by: Peter Stuge <peter@stuge.se>
-rw-r--r--cbtable.c2
1 files changed, 1 insertions, 1 deletions
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",
OpenPOWER on IntegriCloud