summaryrefslogtreecommitdiff
path: root/cbtable.c
diff options
context:
space:
mode:
authorstuge <stuge@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2009-05-14 12:41:00 +0000
committerstuge <stuge@2b7e53f0-3cfb-0310-b3e9-8179ed1497e1>2009-05-14 12:41:00 +0000
commitcf7730874c8c5bcbe7abbc9bcd460766ff5b438a (patch)
treec085a459f8227259f318783faf82cd9074833d71 /cbtable.c
parentab5eae860c2343f51dbb796e066f901b2b4a00d3 (diff)
downloadflashrom-cf7730874c8c5bcbe7abbc9bcd460766ff5b438a.tar.gz
Fix spelling error in comment
Author: raijin Signed-off-by: Daniel McLellan <daniel.mclellan@gmail.com> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: https://code.coreboot.org/svn/flashrom/trunk@506 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'cbtable.c')
-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",