summaryrefslogtreecommitdiffstats
path: root/sys/geom/part/g_part_bsd64.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/geom/part/g_part_bsd64.c')
-rw-r--r--sys/geom/part/g_part_bsd64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/geom/part/g_part_bsd64.c b/sys/geom/part/g_part_bsd64.c
index 1d2277c..8b2777d 100644
--- a/sys/geom/part/g_part_bsd64.c
+++ b/sys/geom/part/g_part_bsd64.c
@@ -58,7 +58,7 @@ FEATURE(geom_part_bsd64, "GEOM partitioning class for 64-bit BSD disklabels");
struct disklabel64 {
char d_reserved0[512]; /* reserved or unused */
u_int32_t d_magic; /* the magic number */
- u_int32_t d_crc; /* crc32() d_magic thru last part */
+ u_int32_t d_crc; /* crc32() d_magic through last part */
u_int32_t d_align; /* partition alignment requirement */
u_int32_t d_npartitions; /* number of partitions */
struct uuid d_stor_uuid; /* unique uuid for label */
OpenPOWER on IntegriCloud