diff options
author | Daniel McLellan <daniel.mclellan@gmail.com> | 2009-05-14 12:41:00 +0000 |
---|---|---|
committer | Peter Stuge <peter@stuge.se> | 2009-05-14 12:41:00 +0000 |
commit | d02b73f9e9a717706dc820eca04128958238df37 (patch) | |
tree | c085a459f8227259f318783faf82cd9074833d71 /cbtable.c | |
parent | 5100a8a9aed38ed96e182da22d3ed1a01202350b (diff) | |
download | flashrom-d02b73f9e9a717706dc820eca04128958238df37.tar.gz flashrom-d02b73f9e9a717706dc820eca04128958238df37.tar.bz2 flashrom-d02b73f9e9a717706dc820eca04128958238df37.zip |
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>
Diffstat (limited to 'cbtable.c')
-rw-r--r-- | cbtable.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |