Index: boot/generic/src/inflate.c
===================================================================
--- boot/generic/src/inflate.c	(revision 4872160f9c176d257f1757469d1adec8033d95f9)
+++ boot/generic/src/inflate.c	(revision 4940ea9542ede818f9e2e896e4cd2ef7a9daad59)
@@ -38,9 +38,4 @@
  * All dynamically allocated memory memory is taken from the stack. The
  * stack usage should be typically bounded by 2 KB.
- * 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
- * works whether integers are stored big endian or little endian.
- *
  *
  * Original copyright notice:
@@ -67,4 +62,5 @@
  *
  *   Mark Adler <madler@alumni.caltech.edu>
+ *
  */
 
