Author: stepan Date: 2008-03-15 17:30:39 +0100 (Sat, 15 Mar 2008) New Revision: 3150
Modified: trunk/util/mptable/mptable.c Log: fix typo Signed-off-by: Stefan Reinauer stepan@coresystems.de Acked-by: Stefan Reinauer stepan@coresystems.de
Modified: trunk/util/mptable/mptable.c =================================================================== --- trunk/util/mptable/mptable.c 2008-03-15 12:26:12 UTC (rev 3149) +++ trunk/util/mptable/mptable.c 2008-03-15 16:30:39 UTC (rev 3150) @@ -425,7 +425,7 @@
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);