From 58f3fd636cc03f16f3a84b3d9010c7d856365cb5 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sun, 5 Jan 2020 13:14:06 +0100 Subject: src/security: Fix typos Change-Id: I238fce2d48cf62003a701f972a87974415419538 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/38198 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin Reviewed-by: Nico Huber Reviewed-by: Paul Menzel Reviewed-by: Angel Pons --- src/security/vboot/misc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/security/vboot/misc.h') diff --git a/src/security/vboot/misc.h b/src/security/vboot/misc.h index 0b2c8e54a9..2d5b0845d1 100644 --- a/src/security/vboot/misc.h +++ b/src/security/vboot/misc.h @@ -89,7 +89,7 @@ static inline int vboot_logic_executed(void) /* If we are in the stage that runs verification, or in the stage that both loads the verstage and is returned to from it afterwards, we - need to check a global to see if verfication has run. */ + need to check a global to see if verification has run. */ if (verification_should_run() || (verstage_should_load() && CONFIG(VBOOT_RETURN_FROM_VERSTAGE))) return vboot_executed; -- cgit v1.2.3