mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-01 08:48:29 +00:00
WIP: Correct all typos (#498)
This commit is contained in:
parent
98254a7c1f
commit
ed205e98a1
79 changed files with 162 additions and 162 deletions
2
third_party/zlib/deflate.c
vendored
2
third_party/zlib/deflate.c
vendored
|
@ -1393,7 +1393,7 @@ static void check_match(struct DeflateState *s, IPos start, IPos match,
|
|||
*
|
||||
* 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 maximizes the opportunites to have a single copy from
|
||||
* buffers, which maximizes the opportunities to have a single copy from
|
||||
* next_in to next_out.
|
||||
*/
|
||||
static block_state deflate_stored(struct DeflateState *s, int flush) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue