aboutsummaryrefslogtreecommitdiff
path: root/examples/zran.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--examples/zran.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/zran.c b/examples/zran.c
index 278f9ad..4fec659 100644
--- a/examples/zran.c
+++ b/examples/zran.c
@@ -27,7 +27,7 @@
27 grows as needed to accommodate the points. 27 grows as needed to accommodate the points.
28 28
29 To use the index, an offset in the uncompressed data is provided, for which 29 To use the index, an offset in the uncompressed data is provided, for which
30 the latest accees point at or preceding that offset is located in the index. 30 the latest access point at or preceding that offset is located in the index.
31 The input file is positioned to the specified location in the index, and if 31 The input file is positioned to the specified location in the index, and if
32 necessary the first few bits of the compressed data is read from the file. 32 necessary the first few bits of the compressed data is read from the file.
33 inflate is initialized with those bits and the 32K of uncompressed data, and 33 inflate is initialized with those bits and the 32K of uncompressed data, and