efi_selftest: fix typos
[oweals/u-boot.git] / lib / efi_selftest / efi_selftest_exception.c
index 2ac1796c3bdc44e17ca9c3321264409310cbed9d..76cfb88d7c7c78afa33c60018b29cc0e228fab8d 100644 (file)
@@ -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;
 }