fix typo
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3150 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
e989be26e6
commit
9dcfc00dc6
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue