X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=disk%2Fpart_mac.h;h=a7ad697fda39241cb1725bc8484b4acc8c5229ad;hb=d82f05fcad3873dd6f5f06e042a28bacf2f0f950;hp=fb1edac561eb4ed8cff64b8192fbd9f661973929;hpb=c7de829c796978e519984df2f1c8cfcf921a39a4;p=u-boot diff --git a/disk/part_mac.h b/disk/part_mac.h index fb1edac561..a7ad697fda 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;