Fix a typo in lbtdump output (trivial).
authorEd Swierk <eswierk@arastra.com>
Wed, 7 May 2008 19:21:18 +0000 (19:21 +0000)
committerEd Swierk <eswierk@arastra.com>
Wed, 7 May 2008 19:21:18 +0000 (19:21 +0000)
Signed-off-by: Ed Swierk <eswierk@arastra.com>
Acked-by: Ed Swierk <eswierk@arastra.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3287 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

util/lbtdump/lbtdump.c

index 235aa21f1571307f9b5b763f62d0f8c53383b627..2c08ec8dc996360207b2385f4dfb8b7f12e2d47c 100644 (file)
@@ -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",