1
0
Fork 0
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:
Lasse Collin 2023-01-06 17:51:41 +02:00
parent 873e684028
commit 056766c860

View file

@ -176,7 +176,7 @@ test_lzma_index_hash_decode(void)
500 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); fill_index_hash(index_hash, unpadded_sizes, uncomp_sizes, 2);
const lzma_vli size_two_records = lzma_index_hash_size(index_hash); const lzma_vli size_two_records = lzma_index_hash_size(index_hash);