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
1 changed files with 1 additions and 1 deletions

View File

@ -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);