diff options
Diffstat (limited to 'deflate.c')
-rw-r--r-- | deflate.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | */ |
1685 | local block_state deflate_stored(s, flush) | 1685 | local block_state deflate_stored(s, flush) |
1686 | deflate_state *s; | 1686 | deflate_state *s; |