X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=include%2Fwimlib%2Fblob_table.h;h=1adec4ed6db602aa617b2ba91eb6b2cd1496f03e;hp=c86fac0d932efc9507b05c4549a3d83b1e0b6bc7;hb=aa3a2830cd4154238bc6a342ffea43d9ac69a14c;hpb=3abe6501c7ebb20a0ead1cd69ebd93cbe6b917e1 diff --git a/include/wimlib/blob_table.h b/include/wimlib/blob_table.h index c86fac0d..1adec4ed 100644 --- a/include/wimlib/blob_table.h +++ b/include/wimlib/blob_table.h @@ -55,16 +55,17 @@ enum blob_location { #endif }; -/* A "blob target" is a stream, and the inode to which that stream belongs, to - * which a blob needs to be extracted as part of an extraction operation. Since - * blobs are single-instanced, a blob may have multiple targets. */ +/* A "blob extraction target" is a stream, and the inode to which that stream + * belongs, to which a blob needs to be extracted as part of an extraction + * operation. Since blobs are single-instanced, a blob may have multiple + * extraction targets. */ struct blob_extraction_target { struct wim_inode *inode; struct wim_inode_stream *stream; }; /* - * Descriptor for a blob, which is a known length sequence of binary data. + * Descriptor for a "blob", which is a known length sequence of binary data. * * Within a WIM file, blobs are single instanced and are identified by SHA-1 * message digest.