X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=include%2Fwimlib%2Flookup_table.h;h=9c727507c1682c5ecc112e298044e04d854655dd;hp=9f6e3ea38008a15e271460c4a091e5ad819ddd6b;hb=894f8dab7f174bf289e6b5e9ea54374d10d6e62f;hpb=a141cf94ae7562406ea1bc32c026ac85b37751a6 diff --git a/include/wimlib/lookup_table.h b/include/wimlib/lookup_table.h index 9f6e3ea3..9c727507 100644 --- a/include/wimlib/lookup_table.h +++ b/include/wimlib/lookup_table.h @@ -22,9 +22,8 @@ enum resource_location { /* The stream is located in a resource in a WIM file identified by the * `struct wim_resource_spec' pointed to by @rspec. @offset_in_res * identifies the offset at which this particular stream begins in the - * uncompressed data of the resource; this is normally 0, but in general - * a WIM resource may be "packed" and potentially contain multiple - * streams. */ + * uncompressed data of the resource; this is normally 0, but a WIM + * resource can be "solid" and contain multiple streams. */ RESOURCE_IN_WIM, /* The stream is located in the external file named by @file_on_disk. @@ -200,9 +199,9 @@ struct wim_lookup_table_entry { /* List node used for stream size table. */ struct hlist_node hash_list_2; - /* Metadata for the underlying packed resource - * in the WIM being written (only valid if - * WIM_RESHDR_FLAG_PACKED_STREAMS set in + /* Metadata for the underlying solid resource in + * the WIM being written (only valid if + * WIM_RESHDR_FLAG_SOLID set in * out_reshdr.flags). */ struct { u64 out_res_offset_in_wim;