aboutsummaryrefslogtreecommitdiff
path: root/deflate.c
diff options
context:
space:
mode:
Diffstat (limited to 'deflate.c')
-rw-r--r--deflate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/deflate.c b/deflate.c
index 6ac891d..7f421e4 100644
--- a/deflate.c
+++ b/deflate.c
@@ -1680,7 +1680,7 @@ local void fill_window(s)
1680 * 1680 *
1681 * deflate_stored() is written to minimize the number of times an input byte is 1681 * deflate_stored() is written to minimize the number of times an input byte is
1682 * copied. It is most efficient with large input and output buffers, which 1682 * copied. It is most efficient with large input and output buffers, which
1683 * maximizes the opportunites to have a single copy from next_in to next_out. 1683 * maximizes the opportunities to have a single copy from next_in to next_out.
1684 */ 1684 */
1685local block_state deflate_stored(s, flush) 1685local block_state deflate_stored(s, flush)
1686 deflate_state *s; 1686 deflate_state *s;