A few more compression tweaks.
[rsync.git] / flist.c
diff --git a/flist.c b/flist.c
index a1b3e4bb8d224e7060958efcc77f393909605688..7e08fd4057a437082636ee2566eda24c8c32d173 100644 (file)
--- a/flist.c
+++ b/flist.c
@@ -142,7 +142,7 @@ void init_flist(void)
                rprintf(FINFO, "FILE_STRUCT_LEN=%d, EXTRA_LEN=%d\n",
                        (int)FILE_STRUCT_LEN, (int)EXTRA_LEN);
        }
-       parse_checksum_choice(1); /* Sets checksum_type && xfersum_type */
+       parse_checksum_choice(1); /* Sets checksum_type & xfersum_type */
        parse_compress_choice(1); /* Sets do_compression */
        flist_csum_len = csum_len_for_type(checksum_type, 1);