]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[efi] Fix typo in efi_acpi_table_protocol_guid
authorMichael Brown <mcb30@ipxe.org>
Mon, 10 Apr 2017 15:46:11 +0000 (16:46 +0100)
committerMichael Brown <mcb30@ipxe.org>
Mon, 10 Apr 2017 15:46:11 +0000 (16:46 +0100)
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/interface/efi/efi_guid.c

index b0278cd10945fa522b507d38dfb9befce74025f5..663585dc29ebead93999e898239bdc87bc725d77 100644 (file)
@@ -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 */