summaryrefslogtreecommitdiff
path: root/libarchive/archive_write_add_filter_compress.c
diff options
context:
space:
mode:
authorColin Percival <cperciva@daemonology.net>2011-08-16 14:07:34 -0400
committerColin Percival <cperciva@daemonology.net>2011-08-16 14:07:34 -0400
commit22f4511c3062383085620627897cf33ecf467541 (patch)
tree9fa774f6575bea3e06c2eb6defc0a986beafa0dd /libarchive/archive_write_add_filter_compress.c
parentdfd14dc76f757c389bbb881197315b1041fd84d6 (diff)
downloadlibarchive-22f4511c3062383085620627897cf33ecf467541.tar.gz
Canonicalize spelling of "less than or equal to": "<=", not "=<".
Via: Tarsnap SVN-Revision: 3629
Diffstat (limited to 'libarchive/archive_write_add_filter_compress.c')
-rw-r--r--libarchive/archive_write_add_filter_compress.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libarchive/archive_write_add_filter_compress.c b/libarchive/archive_write_add_filter_compress.c
index d42ec6ca..32b06582 100644
--- a/libarchive/archive_write_add_filter_compress.c
+++ b/libarchive/archive_write_add_filter_compress.c
@@ -204,7 +204,7 @@ archive_compressor_compress_open(struct archive_write_filter *f)
* Output the given code.
* Inputs:
* code: A n_bits-bit integer. If == -1, then EOF. This assumes
- * that n_bits =< (long)wordsize - 1.
+ * that n_bits <= (long)wordsize - 1.
* Outputs:
* Outputs code to the file.
* Assumptions: