summaryrefslogtreecommitdiff
path: root/util/mptable
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2008-03-15 16:30:39 +0000
committerStefan Reinauer <stepan@openbios.org>2008-03-15 16:30:39 +0000
commit9dcfc00dc6e80d03c149129397153dc3f9b15326 (patch)
tree2d8c2e82789dab70d8a9c3c6cb885a331b3c105b /util/mptable
parente989be26e6bbca47d4c47b651a864da9763d7adc (diff)
downloadcoreboot-9dcfc00dc6e80d03c149129397153dc3f9b15326.tar.xz
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
Diffstat (limited to 'util/mptable')
-rw-r--r--util/mptable/mptable.c2
1 files changed, 1 insertions, 1 deletions
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);