diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2023-01-06 17:51:41 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2023-01-06 17:51:41 +0200 |
commit | 056766c8601a3808bea1761f6cc833197a35a3e0 (patch) | |
tree | 0ebb2d2378ace76a4e6943afe9715016dad4a7e4 /tests | |
parent | Tests: test_index_hash: Avoid the variable name "index". (diff) | |
download | xz-056766c8601a3808bea1761f6cc833197a35a3e0.tar.xz |
Tests: test_index_hash: Fix a typo in a comment.
Diffstat (limited to '')
-rw-r--r-- | tests/test_index_hash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_index_hash.c b/tests/test_index_hash.c index a957891f..63188dcb 100644 --- a/tests/test_index_hash.c +++ b/tests/test_index_hash.c @@ -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); |