diff options
author | Andrea Gelmini <[email protected]> | 2019-08-30 18:53:15 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-08-30 09:53:15 -0700 |
commit | cf7c5a030e505451e0cbadc49e33e41f5219c44b (patch) | |
tree | ff7d12d4b31739ea8fe625991d6283284443c0a3 /include/sys/efi_partition.h | |
parent | 0463c955011fc3913f9aaad6c686f48f118d2fef (diff) |
Fix typos in include/
Reviewed-by: Ryan Moeller <[email protected]>
Reviewed-by: Richard Laager <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Andrea Gelmini <[email protected]>
Closes #9238
Diffstat (limited to 'include/sys/efi_partition.h')
-rw-r--r-- | include/sys/efi_partition.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sys/efi_partition.h b/include/sys/efi_partition.h index 684b3e588..88bdfd2b1 100644 --- a/include/sys/efi_partition.h +++ b/include/sys/efi_partition.h @@ -297,11 +297,11 @@ typedef struct efi_gpe { * checksums, and perform any necessary byte-swapping to the on-disk * format. */ -/* Solaris library abstraction for EFI partitons */ +/* Solaris library abstraction for EFI partitions */ typedef struct dk_part { diskaddr_t p_start; /* starting LBA */ diskaddr_t p_size; /* size in blocks */ - struct uuid p_guid; /* partion type GUID */ + struct uuid p_guid; /* partition type GUID */ ushort_t p_tag; /* converted to part'n type GUID */ ushort_t p_flag; /* attributes */ char p_name[EFI_PART_NAME_LEN]; /* partition name */ |