]> granicus.if.org Git - xz/commitdiff
liblzma: Fix a buggy comment.
authorLasse Collin <lasse.collin@tukaani.org>
Tue, 25 Jun 2019 20:15:21 +0000 (23:15 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Tue, 25 Jun 2019 20:15:21 +0000 (23:15 +0300)
src/liblzma/lz/lz_encoder_mf.c

index 78520779f1b60dd1d81d613f6ebd313345170742..d03657a7c93a97de23e1ec3d40e4dc3f78434b72 100644 (file)
@@ -113,7 +113,7 @@ normalize(lzma_mf *mf)
        // may be match finders that use larger resolution than one byte.
        const uint32_t subvalue
                        = (MUST_NORMALIZE_POS - mf->cyclic_size);
-                               // & (~(UINT32_C(1) << 10) - 1);
+                               // & ~((UINT32_C(1) << 10) - 1);
 
        for (uint32_t i = 0; i < mf->hash_count; ++i) {
                // If the distance is greater than the dictionary size,