summaryrefslogtreecommitdiff
path: root/src/vendorcode/google/chromeos/vboot_loader.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vendorcode/google/chromeos/vboot_loader.c')
-rw-r--r--src/vendorcode/google/chromeos/vboot_loader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vendorcode/google/chromeos/vboot_loader.c b/src/vendorcode/google/chromeos/vboot_loader.c
index b627af6d3f..4a0c36c5da 100644
--- a/src/vendorcode/google/chromeos/vboot_loader.c
+++ b/src/vendorcode/google/chromeos/vboot_loader.c
@@ -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();
}