From 35993a231ecb4957d18719801cc4519b1df80d70 Mon Sep 17 00:00:00 2001 From: Ed Swierk Date: Wed, 7 May 2008 19:21:18 +0000 Subject: Fix a typo in lbtdump output (trivial). Signed-off-by: Ed Swierk Acked-by: Ed Swierk git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3287 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/lbtdump/lbtdump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/lbtdump/lbtdump.c b/util/lbtdump/lbtdump.c index 235aa21f15..2c08ec8dc9 100644 --- a/util/lbtdump/lbtdump.c +++ b/util/lbtdump/lbtdump.c @@ -72,7 +72,7 @@ struct lb_header *find_lb_table(void *base, unsigned long start, unsigned long e struct lb_record *recs = (struct lb_record *)(((char*)base) + addr + sizeof(*head)); if (memcmp(head->signature, "LBIO", 4) != 0) continue; - fprintf(stdout, "Found canidate at: %08lx-%08lx\n", + fprintf(stdout, "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.2.3