aboutsummaryrefslogtreecommitdiff
path: root/deflate.c
diff options
context:
space:
mode:
authorMark Adler <fork@madler.net>2022-08-22 13:13:06 -0700
committerMark Adler <fork@madler.net>2022-08-23 15:35:13 -0700
commit5752b171fd4cc96b8d1f9526ec1940199c6e9740 (patch)
tree7d8d7e6bf5760cca696b77e72010a497a097061a /deflate.c
parent1eb7682f845ac9e9bf9ae35bbfb3bad5dacbd91d (diff)
downloadzlib-5752b171fd4cc96b8d1f9526ec1940199c6e9740.tar.gz
zlib-5752b171fd4cc96b8d1f9526ec1940199c6e9740.tar.bz2
zlib-5752b171fd4cc96b8d1f9526ec1940199c6e9740.zip
Fix some typos.
No code changes.
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;