Browse Source

[efi] Fix typo in efi_acpi_table_protocol_guid

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 7 years ago
parent
commit
6c7487d00d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/interface/efi/efi_guid.c

+ 1
- 1
src/interface/efi/efi_guid.c View File

@@ -88,7 +88,7 @@ EFI_GUID efi_absolute_pointer_protocol_guid
88 88
 	= EFI_ABSOLUTE_POINTER_PROTOCOL_GUID;
89 89
 
90 90
 /** ACPI table protocol GUID */
91
-EFI_GUID efi_acpi_table_protocl_guid
91
+EFI_GUID efi_acpi_table_protocol_guid
92 92
 	= EFI_ACPI_TABLE_PROTOCOL_GUID;
93 93
 
94 94
 /** Apple NetBoot protocol GUID */

Loading…
Cancel
Save