aboutsummaryrefslogtreecommitdiff
path: root/zlib/contrib/puff/puff.c
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2017-01-13 12:10:39 +0000
committerMatthias Klose <doko@gcc.gnu.org>2017-01-13 12:10:39 +0000
commitb7aa844d134204e302acc0c3f36f416656491305 (patch)
tree9dc36718c039f9b387af813329eb2b4c17b149e0 /zlib/contrib/puff/puff.c
parent2252a8025df20cb5c58659cde04ac0ee0eee3ee1 (diff)
downloadgcc-b7aa844d134204e302acc0c3f36f416656491305.zip
gcc-b7aa844d134204e302acc0c3f36f416656491305.tar.gz
gcc-b7aa844d134204e302acc0c3f36f416656491305.tar.bz2
2017-01-13 Matthias Klose <doko@ubuntu.com>
* Import zlib 1.2.10. * configure: Regenerate. From-SVN: r244429
Diffstat (limited to 'zlib/contrib/puff/puff.c')
-rw-r--r--zlib/contrib/puff/puff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zlib/contrib/puff/puff.c b/zlib/contrib/puff/puff.c
index ba58483..c6c90d7 100644
--- a/zlib/contrib/puff/puff.c
+++ b/zlib/contrib/puff/puff.c
@@ -17,7 +17,7 @@
* All dynamically allocated memory comes from the stack. The stack required
* is less than 2K bytes. This code is compatible with 16-bit int's and
* assumes that long's are at least 32 bits. puff.c uses the short data type,
- * assumed to be 16 bits, for arrays in order to to conserve memory. The code
+ * assumed to be 16 bits, for arrays in order to conserve memory. The code
* works whether integers are stored big endian or little endian.
*
* In the comments below are "Format notes" that describe the inflate process