Skip to content

Commit

Permalink
CorebootModulePkg/CbSupportPei: fix typo in CbSupportPei
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Król <[email protected]>
  • Loading branch information
pietrushnic committed Aug 3, 2017
1 parent 04137df commit ef1b37d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CorebootModulePkg/CbSupportPei/CbSupportPei.c
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ CbPeiEntryPoint (
SmbiosTableSize = 0;
Status = CbParseAcpiTable (&pAcpiTable, &AcpiTableSize);
if (EFI_ERROR (Status)) {
// ACPI table is oblidgible
// ACPI table is obligable
DEBUG ((EFI_D_ERROR, "Failed to find the required acpi table\n"));
ASSERT (FALSE);
}
Expand Down

0 comments on commit ef1b37d

Please sign in to comment.