summaryrefslogtreecommitdiff
path: root/util/mptable/mptable.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/mptable/mptable.c')
-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);