diff options
Diffstat (limited to 'examples/zran.c')
-rw-r--r-- | examples/zran.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/zran.c b/examples/zran.c index f279db7..879c47c 100644 --- a/examples/zran.c +++ b/examples/zran.c | |||
@@ -21,7 +21,7 @@ | |||
21 | An access point can be created at the start of any deflate block, by saving | 21 | An access point can be created at the start of any deflate block, by saving |
22 | the starting file offset and bit of that block, and the 32K bytes of | 22 | the starting file offset and bit of that block, and the 32K bytes of |
23 | uncompressed data that precede that block. Also the uncompressed offset of | 23 | uncompressed data that precede that block. Also the uncompressed offset of |
24 | that block is saved to provide a referece for locating a desired starting | 24 | that block is saved to provide a reference for locating a desired starting |
25 | point in the uncompressed stream. deflate_index_build() works by | 25 | point in the uncompressed stream. deflate_index_build() works by |
26 | decompressing the input zlib or gzip stream a block at a time, and at the | 26 | decompressing the input zlib or gzip stream a block at a time, and at the |
27 | end of each block deciding if enough uncompressed data has gone by to | 27 | end of each block deciding if enough uncompressed data has gone by to |