mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-22 04:44:46 +00:00
lib: zlib: fix formatting, reference
Provide a valid reference for the deflate format. Reformat the ALGORITHM and REFERENCES comments. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
parent
6d68735559
commit
cc3860f66f
1 changed files with 16 additions and 15 deletions
|
@ -13,13 +13,14 @@
|
||||||
* Each code tree is stored in a compressed form which is itself
|
* Each code tree is stored in a compressed form which is itself
|
||||||
* a Huffman encoding of the lengths of all the code strings (in
|
* a Huffman encoding of the lengths of all the code strings (in
|
||||||
* ascending order by source values). The actual code strings are
|
* ascending order by source values). The actual code strings are
|
||||||
* reconstructed from the lengths in the inflate process, as described
|
* reconstructed from the lengths in the inflate process, as
|
||||||
* in the deflate specification.
|
* described in the deflate specification.
|
||||||
*
|
*
|
||||||
* REFERENCES
|
* REFERENCES
|
||||||
*
|
*
|
||||||
* Deutsch, L.P.,"'Deflate' Compressed Data Format Specification".
|
* Deutsch, P.
|
||||||
* Available in ftp.uu.net:/pub/archiving/zip/doc/deflate-1.1.doc
|
* RFC 1951, DEFLATE Compressed Data Format Specification version 1.3
|
||||||
|
* https://tools.ietf.org/html/rfc1951, 1996
|
||||||
*
|
*
|
||||||
* Storer, James A.
|
* Storer, James A.
|
||||||
* Data Compression: Methods and Theory, pp. 49-50.
|
* Data Compression: Methods and Theory, pp. 49-50.
|
||||||
|
|
Loading…
Add table
Reference in a new issue