summaryrefslogtreecommitdiff
path: root/zlib/examples/zran.c
diff options
context:
space:
mode:
authordoko <doko@138bc75d-0d04-0410-961f-82ee72b054a4>2017-01-13 12:10:39 +0000
committerdoko <doko@138bc75d-0d04-0410-961f-82ee72b054a4>2017-01-13 12:10:39 +0000
commit1e5dce21ca754450ca2bb1481aed0f5ee62560b8 (patch)
tree9dc36718c039f9b387af813329eb2b4c17b149e0 /zlib/examples/zran.c
parent3c017b473af4ffc6e0ba1841ffb54bb93c9989ff (diff)
2017-01-13 Matthias Klose <doko@ubuntu.com>
* Import zlib 1.2.10. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@244429 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'zlib/examples/zran.c')
-rw-r--r--zlib/examples/zran.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zlib/examples/zran.c b/zlib/examples/zran.c
index 278f9ad07d23..4fec6594a664 100644
--- a/zlib/examples/zran.c
+++ b/zlib/examples/zran.c
@@ -27,7 +27,7 @@
grows as needed to accommodate the points.
To use the index, an offset in the uncompressed data is provided, for which
- the latest accees point at or preceding that offset is located in the index.
+ the latest access point at or preceding that offset is located in the index.
The input file is positioned to the specified location in the index, and if
necessary the first few bits of the compressed data is read from the file.
inflate is initialized with those bits and the 32K of uncompressed data, and