mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 10:39:08 +00:00
efi_selftest: fix typos
fix typos correct the header comment of efi_selftest_variables.c Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>
This commit is contained in:
parent
9b47f13bdf
commit
d8b2216c87
11 changed files with 20 additions and 22 deletions
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* Copyright (c) 2018 Heinrich Schuchardt <xypron.glpk@gmx.de>
|
||||
*
|
||||
* Test the handling of execptions by trying to execute an undefined
|
||||
* Test the handling of exceptions by trying to execute an undefined
|
||||
* instruction.
|
||||
*/
|
||||
|
||||
|
@ -37,7 +37,7 @@ static int execute(void)
|
|||
{
|
||||
undefined_instruction();
|
||||
|
||||
efi_st_error("An undefined instruction exeption was not raised\n");
|
||||
efi_st_error("An undefined instruction exception was not raised\n");
|
||||
|
||||
return EFI_ST_FAILURE;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue