mirror of
https://github.com/GerbilSoft/zlib-ng.git
synced 2025-06-18 11:35:35 -04:00
Fix a couple typos found by codespell
This commit is contained in:
parent
2e3e5f30a0
commit
97538a5e4d
@ -213,8 +213,8 @@ DFLTCC is a non-privileged instruction, neither special VM/LPAR
|
|||||||
configuration nor root are required.
|
configuration nor root are required.
|
||||||
|
|
||||||
zlib-ng CI uses an IBM-provided z15 self-hosted builder for the DFLTCC
|
zlib-ng CI uses an IBM-provided z15 self-hosted builder for the DFLTCC
|
||||||
testing. There is no offical IBM Z builds of GitHub Actions runner, so
|
testing. There is no official IBM Z GitHub Actions runner, so we build
|
||||||
we build one inspired by `anup-kodlekere/gaplib`.
|
one inspired by `anup-kodlekere/gaplib`.
|
||||||
Future updates to actions-runner might need an updated patch. The .net
|
Future updates to actions-runner might need an updated patch. The .net
|
||||||
version number patch has been separated into a separate file to avoid a
|
version number patch has been separated into a separate file to avoid a
|
||||||
need for constantly changing the patch.
|
need for constantly changing the patch.
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
*
|
*
|
||||||
* deflate_stored() is written to minimize the number of times an input byte is
|
* deflate_stored() is written to minimize the number of times an input byte is
|
||||||
* copied. It is most efficient with large input and output buffers, which
|
* copied. It is most efficient with large input and output buffers, which
|
||||||
* maximizes the opportunites to have a single copy from next_in to next_out.
|
* maximizes the opportunities to have a single copy from next_in to next_out.
|
||||||
*/
|
*/
|
||||||
Z_INTERNAL block_state deflate_stored(deflate_state *s, int flush) {
|
Z_INTERNAL block_state deflate_stored(deflate_state *s, int flush) {
|
||||||
/* Smallest worthy block size when not flushing or finishing. By default
|
/* Smallest worthy block size when not flushing or finishing. By default
|
||||||
|
Loading…
Reference in New Issue
Block a user