Sync zlib sources with GCC, upgrading to 1.2.10.
[deliverable/binutils-gdb.git] / zlib / contrib / puff / puff.c
index ba58483d570c412fd6a5989dbb4fb27e83d7ddc1..c6c90d714206a3f6ef8a9cabcb27dffd3cbca4bb 100644 (file)
@@ -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
This page took 0.023468 seconds and 4 git commands to generate.