diff options
Diffstat (limited to 'archival/libarchive/bz/bzlib.c')
-rw-r--r-- | archival/libarchive/bz/bzlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/libarchive/bz/bzlib.c b/archival/libarchive/bz/bzlib.c index 3572474..ef98bb2 100644 --- a/archival/libarchive/bz/bzlib.c +++ b/archival/libarchive/bz/bzlib.c @@ -55,7 +55,7 @@ void prepare_new_block(EState* s) { int i; s->nblock = 0; - //indexes inot s->zbits[], initialzation moved to init of s->zbits + //indexes into s->zbits[], initialzation moved to init of s->zbits //s->posZ = s->zbits; // was: s->numZ = 0; //s->state_out_pos = s->zbits; BZ_INITIALISE_CRC(s->blockCRC); |