From ef1b37d1c71c9f4985ee7dd954dd73d2d9e07d6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Kr=C3=B3l?= Date: Fri, 4 Aug 2017 00:39:13 +0200 Subject: [PATCH] CorebootModulePkg/CbSupportPei: fix typo in CbSupportPei MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Piotr Król --- CorebootModulePkg/CbSupportPei/CbSupportPei.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CorebootModulePkg/CbSupportPei/CbSupportPei.c b/CorebootModulePkg/CbSupportPei/CbSupportPei.c index 831de89b21d1..2c7cf9f1fdbf 100755 --- a/CorebootModulePkg/CbSupportPei/CbSupportPei.c +++ b/CorebootModulePkg/CbSupportPei/CbSupportPei.c @@ -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); }