]> git.ipfire.org Git - thirdparty/libarchive.git/blobdiff - libarchive/archive_write_add_filter_compress.c
Fix typos (#2169)
[thirdparty/libarchive.git] / libarchive / archive_write_add_filter_compress.c
index 78afebda3e35b62fa1d6185e8afda6d41e4584b9..e547e8872860b1a79b17743e8afeb68c3be95d56 100644 (file)
@@ -158,7 +158,7 @@ archive_compressor_compress_open(struct archive_write_filter *f)
        }
 
        if (f->archive->magic == ARCHIVE_WRITE_MAGIC) {
-               /* Buffer size should be a multiple number of the of bytes
+               /* Buffer size should be a multiple number of the bytes
                 * per block for performance. */
                bpb = archive_write_get_bytes_per_block(f->archive);
                if (bpb > bs)