diff options
author | Mark Adler <fork@madler.net> | 2022-08-22 13:13:06 -0700 |
---|---|---|
committer | Mark Adler <fork@madler.net> | 2022-08-23 15:35:13 -0700 |
commit | 5752b171fd4cc96b8d1f9526ec1940199c6e9740 (patch) | |
tree | 7d8d7e6bf5760cca696b77e72010a497a097061a /contrib/puff/README | |
parent | 1eb7682f845ac9e9bf9ae35bbfb3bad5dacbd91d (diff) | |
download | zlib-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/README | 2 |
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 | |||
38 | its entirety at source, to a sufficiently sized block of memory for the | 38 | its entirety at source, to a sufficiently sized block of memory for the |
39 | decompressed data at dest. puff() is the only external symbol in puff.c The | 39 | decompressed data at dest. puff() is the only external symbol in puff.c The |
40 | only C library functions that puff.c needs are setjmp() and longjmp(), which | 40 | only C library functions that puff.c needs are setjmp() and longjmp(), which |
41 | are used to simplify error checking in the code to improve readabilty. puff.c | 41 | are used to simplify error checking in the code to improve readability. puff.c |
42 | does no memory allocation, and uses less than 2K bytes off of the stack. | 42 | does no memory allocation, and uses less than 2K bytes off of the stack. |
43 | 43 | ||
44 | If destlen is not enough space for the uncompressed data, then inflate will | 44 | If destlen is not enough space for the uncompressed data, then inflate will |