diff options
Diffstat (limited to 'disk/part_mac.h')
-rw-r--r-- | disk/part_mac.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/disk/part_mac.h b/disk/part_mac.h index fb1edac561e..a7ad697fda3 100644 --- a/disk/part_mac.h +++ b/disk/part_mac.h @@ -90,7 +90,7 @@ typedef struct mac_partition { uchar processor[16]; /* Type of Processor */ __u16 part_pad[188]; /* reserved */ #ifdef CONFIG_ISO_PARTITION - uchar iso_dummy[2048];/* Reservere enough room for an ISO partition block to fit */ + uchar iso_dummy[2048];/* Reservere enough room for an ISO partition block to fit */ #endif } mac_partition_t; |