]> git.ipfire.org Git - thirdparty/libarchive.git/blobdiff - libarchive/archive_write_add_filter_bzip2.c
Fix typos (#2169)
[thirdparty/libarchive.git] / libarchive / archive_write_add_filter_bzip2.c
index 561e11b5d70a8b2b0778c4c5398bb78dc3d60429..bc0ef2607127153adbb4531dc910c1b833513d8c 100644 (file)
@@ -168,7 +168,7 @@ archive_compressor_bzip2_open(struct archive_write_filter *f)
        if (data->compressed == NULL) {
                size_t bs = 65536, bpb;
                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)