[coreboot-gerrit] Change in coreboot[master]: vboot: fix typo

Raul Rangel (Code Review) gerrit at coreboot.org
Tue Jul 17 21:27:51 CEST 2018


Raul Rangel has uploaded this change for review. ( https://review.coreboot.org/27517


Change subject: vboot: fix typo
......................................................................

vboot: fix typo

BUG=none
TEST=none

Change-Id: I7027abee66ccdf9b2d37df60ca7f4dbbbae2f9e4
Signed-off-by: Raul E Rangel <rrangel at chromium.org>
---
M src/security/vboot/vboot_logic.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/17/27517/1

diff --git a/src/security/vboot/vboot_logic.c b/src/security/vboot/vboot_logic.c
index 9710ae2..a0e6a32 100644
--- a/src/security/vboot/vboot_logic.c
+++ b/src/security/vboot/vboot_logic.c
@@ -357,7 +357,7 @@
 			return;
 		}
 
-		printk(BIOS_INFO, "Reboot reqested (%x)\n", rv);
+		printk(BIOS_INFO, "Reboot requested (%x)\n", rv);
 		save_if_needed(&ctx);
 		vboot_reboot();
 	}

-- 
To view, visit https://review.coreboot.org/27517
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I7027abee66ccdf9b2d37df60ca7f4dbbbae2f9e4
Gerrit-Change-Number: 27517
Gerrit-PatchSet: 1
Gerrit-Owner: Raul Rangel <rrangel at chromium.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180717/494ff77b/attachment.html>


More information about the coreboot-gerrit mailing list