aboutsummaryrefslogtreecommitdiff
path: root/contrib/puff/puff.c
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2016-10-30 08:36:13 -0700
committerMark Adler <madler@alumni.caltech.edu>2016-10-30 08:49:01 -0700
commit03614c56ad299f9b238c75aa1e66f0c08fc4fc8b (patch)
tree6cb5d2059fe21c342cb10a2b25e0ce000c33c96a /contrib/puff/puff.c
parent94575859cf7f657f0f31aff4c50761fe3f182699 (diff)
downloadzlib-03614c56ad299f9b238c75aa1e66f0c08fc4fc8b.tar.gz
zlib-03614c56ad299f9b238c75aa1e66f0c08fc4fc8b.tar.bz2
zlib-03614c56ad299f9b238c75aa1e66f0c08fc4fc8b.zip
Fix some typos.
Diffstat (limited to 'contrib/puff/puff.c')
-rw-r--r--contrib/puff/puff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/puff/puff.c b/contrib/puff/puff.c
index ba58483..c6c90d7 100644
--- a/contrib/puff/puff.c
+++ b/contrib/puff/puff.c
@@ -17,7 +17,7 @@
17 * All dynamically allocated memory comes from the stack. The stack required 17 * All dynamically allocated memory comes from the stack. The stack required
18 * is less than 2K bytes. This code is compatible with 16-bit int's and 18 * is less than 2K bytes. This code is compatible with 16-bit int's and
19 * assumes that long's are at least 32 bits. puff.c uses the short data type, 19 * assumes that long's are at least 32 bits. puff.c uses the short data type,
20 * assumed to be 16 bits, for arrays in order to to conserve memory. The code 20 * assumed to be 16 bits, for arrays in order to conserve memory. The code
21 * works whether integers are stored big endian or little endian. 21 * works whether integers are stored big endian or little endian.
22 * 22 *
23 * In the comments below are "Format notes" that describe the inflate process 23 * In the comments below are "Format notes" that describe the inflate process