mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-23 19:04:45 +03:00
Fix typos in include/
Reviewed-by: Ryan Moeller <ryan@ixsystems.com> Reviewed-by: Richard Laager <rlaager@wiktel.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net> Closes #9238
This commit is contained in:
committed by
Brian Behlendorf
parent
0463c95501
commit
cf7c5a030e
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user