mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
Tests: test_index_hash: Fix a typo in a comment.
This commit is contained in:
parent
873e684028
commit
056766c860
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ test_lzma_index_hash_decode(void)
|
|||
500
|
||||
};
|
||||
|
||||
// Add two Records to a index_hash
|
||||
// Add two Records to an index_hash
|
||||
fill_index_hash(index_hash, unpadded_sizes, uncomp_sizes, 2);
|
||||
|
||||
const lzma_vli size_two_records = lzma_index_hash_size(index_hash);
|
||||
|
|
Loading…
Reference in a new issue