Changeset 568db0f in mainline


Ignore:
Timestamp:
2010-05-04T10:56:40Z (14 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4940ea9
Parents:
4872160
Message:

remove forgotten piece of comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/generic/src/inflate.c

    r4872160 r568db0f  
    3838 * All dynamically allocated memory memory is taken from the stack. The
    3939 * stack usage should be typically bounded by 2 KB.
    40  * is less than 2K bytes.  This code is compatible with 16-bit int's and
    41  * assumes that long's are at least 32 bits.  puff.c uses the short data type,
    42  * assumed to be 16 bits, for arrays in order to to conserve memory.  The code
    43  * works whether integers are stored big endian or little endian.
    44  *
    4540 *
    4641 * Original copyright notice:
     
    6762 *
    6863 *   Mark Adler <madler@alumni.caltech.edu>
     64 *
    6965 */
    7066
Note: See TracChangeset for help on using the changeset viewer.