xz: Edit comments

This commit is contained in:
Lasse Collin 2024-05-13 12:14:00 +03:00
parent ec82a49c35
commit 0ee56983d1
1 changed files with 2 additions and 4 deletions

View File

@ -30,14 +30,12 @@ enum format_type {
};
/// Simple struct to track Block metadata specified through the
/// --block-list option.
/// Array of these hold the entries specified with --block-list.
typedef struct {
/// Uncompressed size of the Block
uint64_t size;
/// Index into the filters[] representing the filter chain to use
/// for this Block.
/// Filter chain to use for this Block (chains[chain_num])
unsigned chain_num;
} block_list_entry;