From 9dcfc00dc6e80d03c149129397153dc3f9b15326 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Sat, 15 Mar 2008 16:30:39 +0000 Subject: fix typo Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3150 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- util/mptable/mptable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/mptable') diff --git a/util/mptable/mptable.c b/util/mptable/mptable.c index 0550981d0d..93596612d8 100644 --- a/util/mptable/mptable.c +++ b/util/mptable/mptable.c @@ -425,7 +425,7 @@ main( int argc, char *argv[] ) if (verbose) puts( SEP_LINE2 ); - printf( "/* generatred by MPTable, version %d.%d.%d*/\n", VMAJOR, VMINOR, VDELTA ); + printf( "/* generated by MPTable, version %d.%d.%d*/\n", VMAJOR, VMINOR, VDELTA ); printf("/* as modified by RGM for coreboot */\n"); write_code(preamble); -- cgit v1.2.3