Correct spelling of shadow, setting and memory

Change-Id: Ic7d793754a8b59623b49b7a88c09b5c6b6ef2cf0
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-on: http://review.coreboot.org/3768
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
This commit is contained in:
Paul Menzel
2013-07-14 00:24:31 +02:00
committed by Patrick Georgi
parent 95b573a2db
commit 4159a8012e
33 changed files with 33 additions and 33 deletions

View File

@ -101,7 +101,7 @@ static void log_msg(const char *fmt, va_list args)
static void fatal_error(void)
{
printk(BIOS_ERR, "vboot encountered fatal error. Reseting.\n");
printk(BIOS_ERR, "vboot encountered fatal error. Resetting.\n");
hard_reset();
}