diff options
author | Mark Adler <fork@madler.net> | 2022-08-22 13:13:06 -0700 |
---|---|---|
committer | Mark Adler <fork@madler.net> | 2022-08-23 15:35:13 -0700 |
commit | 5752b171fd4cc96b8d1f9526ec1940199c6e9740 (patch) | |
tree | 7d8d7e6bf5760cca696b77e72010a497a097061a /deflate.c | |
parent | 1eb7682f845ac9e9bf9ae35bbfb3bad5dacbd91d (diff) | |
download | zlib-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.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; |