summaryrefslogtreecommitdiffstats
path: root/lib/efi_selftest/efi_selftest_exception.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/efi_selftest/efi_selftest_exception.c')
-rw-r--r--lib/efi_selftest/efi_selftest_exception.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/efi_selftest/efi_selftest_exception.c b/lib/efi_selftest/efi_selftest_exception.c
index 2ac1796c3b..76cfb88d7c 100644
--- a/lib/efi_selftest/efi_selftest_exception.c
+++ b/lib/efi_selftest/efi_selftest_exception.c
@@ -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;
}