diff options
Diffstat (limited to 'include/sys/efi_partition.h')
-rw-r--r-- | include/sys/efi_partition.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/efi_partition.h b/include/sys/efi_partition.h index b8f332281..684b3e588 100644 --- a/include/sys/efi_partition.h +++ b/include/sys/efi_partition.h @@ -272,7 +272,7 @@ typedef struct efi_gpe_Attrs { #define EFI_FREEDESKTOP_BOOT { 0xbc13c2ff, 0x59e6, 0x4262, 0xa3, 0x52, \ { 0xb2, 0x75, 0xfd, 0x6f, 0x71, 0x72 } } -/* minimum # of bytes for partition table entires, per EFI spec */ +/* minimum # of bytes for partition table entries, per EFI spec */ #define EFI_MIN_ARRAY_SIZE (16 * 1024) #define EFI_PART_NAME_LEN 36 |