From: Michael Brown Date: Mon, 10 Apr 2017 15:46:11 +0000 (+0100) Subject: [efi] Fix typo in efi_acpi_table_protocol_guid X-Git-Tag: v1.20.1~219 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c7487d00d4659aa4eec6943dfcdec1af6b5d1b9;p=thirdparty%2Fipxe.git [efi] Fix typo in efi_acpi_table_protocol_guid Signed-off-by: Michael Brown --- diff --git a/src/interface/efi/efi_guid.c b/src/interface/efi/efi_guid.c index b0278cd10..663585dc2 100644 --- a/src/interface/efi/efi_guid.c +++ b/src/interface/efi/efi_guid.c @@ -88,7 +88,7 @@ EFI_GUID efi_absolute_pointer_protocol_guid = EFI_ABSOLUTE_POINTER_PROTOCOL_GUID; /** ACPI table protocol GUID */ -EFI_GUID efi_acpi_table_protocl_guid +EFI_GUID efi_acpi_table_protocol_guid = EFI_ACPI_TABLE_PROTOCOL_GUID; /** Apple NetBoot protocol GUID */