X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fheader.c;h=5a665fc25113db71eec709ca697cd063839c5943;hp=0066d75a3ba7b6d9d5db40a506c4fb9b75154327;hb=f5d26d6005ba759762bec8c7cd45a738e577a8a7;hpb=5dea227530b479ee9436b8eb46df3ec3ba009c0d diff --git a/src/header.c b/src/header.c index 0066d75a..5a665fc2 100644 --- a/src/header.c +++ b/src/header.c @@ -72,7 +72,7 @@ struct wim_header_disk { * the only supported value). */ u32 chunk_size; - /* Globally unique identifier for the WIM file. Basically bunch of + /* Globally unique identifier for the WIM file. Basically a bunch of * random bytes. */ u8 guid[WIM_GID_LEN]; @@ -102,9 +102,9 @@ struct wim_header_disk { u32 boot_idx; /* Location and size of the WIM's integrity table, or all zeroes if the - * WIM has no integrity table. */ - - /* Note the integrity_table_res_entry here is 4-byte aligned even though + * WIM has no integrity table. + * + * Note the integrity_table_res_entry here is 4-byte aligned even though * it would ordinarily be 8-byte aligned--- hence, the _packed_attribute * on the `struct wim_header_disk' is essential. */ struct resource_entry_disk integrity_table_res_entry;