From: Lasse Collin Date: Fri, 23 May 2025 11:38:49 +0000 (+0300) Subject: liblzma: Fix a comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=313ad48f932a661b93bf4cd6118d3f34ee92252f;p=thirdparty%2Fxz.git liblzma: Fix a comment --- diff --git a/src/liblzma/common/index.c b/src/liblzma/common/index.c index 6add6a68..afef5374 100644 --- a/src/liblzma/common/index.c +++ b/src/liblzma/common/index.c @@ -72,7 +72,8 @@ typedef struct { /// Every Record group is part of index_stream.groups tree. index_tree_node node; - /// Number of Blocks in this Stream before this group. + /// Block number (in this Stream) of the first Record in this group. + /// The first Block in the Stream is 1. lzma_vli number_base; /// Number of Records that can be put in records[].