diff options
Diffstat (limited to 'src/security/vboot/misc.h')
-rw-r--r-- | src/security/vboot/misc.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |