From 6c7487d00d4659aa4eec6943dfcdec1af6b5d1b9 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Mon, 10 Apr 2017 16:46:11 +0100 Subject: [PATCH] [efi] Fix typo in efi_acpi_table_protocol_guid Signed-off-by: Michael Brown --- src/interface/efi/efi_guid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interface/efi/efi_guid.c b/src/interface/efi/efi_guid.c index b0278cd1..663585dc 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 */