X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=include%2Fwimlib%2Fblob_table.h;h=556187e824cc3e4be0fa3be1a2cb56db3d7c0c4e;hp=672dedf552734ded81a978a80d2fc3b57287a494;hb=1fcf9333676be806716535d01b38722ee53d52e9;hpb=173bcff7f6950a89ee398d6058b4df8e67cf8675 diff --git a/include/wimlib/blob_table.h b/include/wimlib/blob_table.h index 672dedf5..556187e8 100644 --- a/include/wimlib/blob_table.h +++ b/include/wimlib/blob_table.h @@ -35,9 +35,8 @@ enum blob_location { #ifdef WITH_NTFS_3G /* The blob's data is available as the contents of an NTFS attribute - * accessible through libntfs-3g. The attribute is identified by - * volume, path to an inode, attribute name, and attribute type. - * @ntfs_loc points to a structure containing this information. */ + * accessible through libntfs-3g. @ntfs_loc points to a structure which + * identifies the attribute. */ BLOB_IN_NTFS_VOLUME, #endif