aboutsummaryrefslogtreecommitdiff
path: root/contrib/puff/README
diff options
context:
space:
mode:
authorMark Adler <fork@madler.net>2022-08-22 13:13:06 -0700
committerMark Adler <fork@madler.net>2022-08-23 15:35:13 -0700
commit5752b171fd4cc96b8d1f9526ec1940199c6e9740 (patch)
tree7d8d7e6bf5760cca696b77e72010a497a097061a /contrib/puff/README
parent1eb7682f845ac9e9bf9ae35bbfb3bad5dacbd91d (diff)
downloadzlib-5752b171fd4cc96b8d1f9526ec1940199c6e9740.tar.gz
zlib-5752b171fd4cc96b8d1f9526ec1940199c6e9740.tar.bz2
zlib-5752b171fd4cc96b8d1f9526ec1940199c6e9740.zip
Fix some typos.
No code changes.
Diffstat (limited to 'contrib/puff/README')
-rw-r--r--contrib/puff/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/puff/README b/contrib/puff/README
index bbc4cb5..d8192c7 100644
--- a/contrib/puff/README
+++ b/contrib/puff/README
@@ -38,7 +38,7 @@ Then you can call puff() to decompress a deflate stream that is in memory in
38its entirety at source, to a sufficiently sized block of memory for the 38its entirety at source, to a sufficiently sized block of memory for the
39decompressed data at dest. puff() is the only external symbol in puff.c The 39decompressed data at dest. puff() is the only external symbol in puff.c The
40only C library functions that puff.c needs are setjmp() and longjmp(), which 40only C library functions that puff.c needs are setjmp() and longjmp(), which
41are used to simplify error checking in the code to improve readabilty. puff.c 41are used to simplify error checking in the code to improve readability. puff.c
42does no memory allocation, and uses less than 2K bytes off of the stack. 42does no memory allocation, and uses less than 2K bytes off of the stack.
43 43
44If destlen is not enough space for the uncompressed data, then inflate will 44If destlen is not enough space for the uncompressed data, then inflate will