mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
Fix typos
This commit is contained in:
parent
ddae153947
commit
ebbd675998
31 changed files with 57 additions and 57 deletions
|
|
@ -119,7 +119,7 @@ local int recompress(z_streamp inf, z_streamp def)
|
|||
if (ret == Z_MEM_ERROR)
|
||||
return ret;
|
||||
|
||||
/* compress what was decompresed until done or no room */
|
||||
/* compress what was decompressed until done or no room */
|
||||
def->avail_in = RAWLEN - inf->avail_out;
|
||||
def->next_in = raw;
|
||||
if (inf->avail_out != 0)
|
||||
|
|
|
|||
|
|
@ -109,7 +109,7 @@ local int recompress(z_streamp inf, z_streamp def)
|
|||
if (ret == Z_MEM_ERROR)
|
||||
return ret;
|
||||
|
||||
/* compress what was decompresed until done or no room */
|
||||
/* compress what was decompressed until done or no room */
|
||||
def->avail_in = RAWLEN - inf->avail_out;
|
||||
def->next_in = raw;
|
||||
if (inf->avail_out != 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue