]> granicus.if.org Git - xz/commitdiff
Update a comment to use the variable name rep_len_decoder.
authorLasse Collin <lasse.collin@tukaani.org>
Fri, 21 Mar 2008 23:26:36 +0000 (01:26 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Fri, 21 Mar 2008 23:26:36 +0000 (01:26 +0200)
(And BTW, the previous commit actually did change the
program logic slightly.)

src/liblzma/lzma/lzma_decoder.c

index d42241daaf5dd52887dd4ff05deea1cbdb42eb8c..dfe83589946512e1f01521d4d15e01f31565bd21 100644 (file)
@@ -135,7 +135,7 @@ struct lzma_coder_s {
        probability is_rep2[STATES];
 
        /// If 1, the repeated match has length of one byte. Otherwise
-       /// the length is decoded from rep_match_len_decoder.
+       /// the length is decoded from rep_len_decoder.
        probability is_rep0_long[STATES][POS_STATES_MAX];
 
        probability pos_slot_decoder[LEN_TO_POS_STATES][1 << POS_SLOT_BITS];