src/mainboard: Fix various typos

These typos were found through manual review and grep.

Change-Id: Ia5a9acae4fbe2627017743106d9326a14c99a225
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Reviewed-on: https://review.coreboot.org/22525
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
Jonathan Neuschäfer
2017-11-20 02:09:19 +01:00
committed by Martin Roth
parent bfd62fabc9
commit 482d16fb0a
32 changed files with 33 additions and 33 deletions

View File

@@ -29,7 +29,7 @@ void mainboard_romstage_entry(struct romstage_params *params)
/* Fill out PEI DATA */
mainboard_fill_pei_data(params->pei_data);
mainboard_fill_spd_data(params->pei_data);
/* Initliaze memory */
/* Initialize memory */
romstage_common(params);
}