diff options
author | ka7 <[email protected]> | 2017-01-03 18:31:18 +0100 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2017-01-03 11:31:18 -0600 |
commit | 4e33ba4c389f59b74138bf7130e924a4230d64e9 (patch) | |
tree | 6707105987e45e846d0b0a5f0ad6e3e30191e77f /include/sys/efi_partition.h | |
parent | a5e046eaacad20487188c9eef231554e1401d8c9 (diff) |
Fix spelling
Reviewed-by: Brian Behlendorf <[email protected]
Reviewed-by: Giuseppe Di Natale <[email protected]>>
Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Haakan T Johansson <[email protected]>
Closes #5547
Closes #5543
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 |