[coreboot] r3287 - trunk/coreboot-v2/util/lbtdump

svn at coreboot.org svn at coreboot.org
Wed May 7 21:21:19 CEST 2008


Author: eswierk
Date: 2008-05-07 21:21:18 +0200 (Wed, 07 May 2008)
New Revision: 3287

Modified:
   trunk/coreboot-v2/util/lbtdump/lbtdump.c
Log:
Fix a typo in lbtdump output (trivial).

Signed-off-by: Ed Swierk <eswierk at arastra.com>
Acked-by: Ed Swierk <eswierk at arastra.com>



Modified: trunk/coreboot-v2/util/lbtdump/lbtdump.c
===================================================================
--- trunk/coreboot-v2/util/lbtdump/lbtdump.c	2008-05-06 22:15:31 UTC (rev 3286)
+++ trunk/coreboot-v2/util/lbtdump/lbtdump.c	2008-05-07 19:21:18 UTC (rev 3287)
@@ -72,7 +72,7 @@
 		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",





More information about the coreboot mailing list