summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2023-01-06 17:51:41 +0200
committerLasse Collin <lasse.collin@tukaani.org>2023-01-06 17:51:41 +0200
commit056766c8601a3808bea1761f6cc833197a35a3e0 (patch)
tree0ebb2d2378ace76a4e6943afe9715016dad4a7e4 /tests
parent873e684028ba9738f071c5236db7d452ed797b4c (diff)
downloadxz-056766c8601a3808bea1761f6cc833197a35a3e0.tar.gz
Tests: test_index_hash: Fix a typo in a comment.
Diffstat (limited to 'tests')
-rw-r--r--tests/test_index_hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_index_hash.c b/tests/test_index_hash.c
index a957891..63188dc 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);