]> wimlib.net Git - wimlib/blobdiff - src/header.c
Misc. fixes
[wimlib] / src / header.c
index 0066d75a3ba7b6d9d5db40a506c4fb9b75154327..5a665fc25113db71eec709ca697cd063839c5943 100644 (file)
@@ -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 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;