From 056766c8601a3808bea1761f6cc833197a35a3e0 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Fri, 6 Jan 2023 17:51:41 +0200 Subject: [PATCH] Tests: test_index_hash: Fix a typo in a comment. --- tests/test_index_hash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);