mirror of https://git.tukaani.org/xz.git
liblzma: Fix incorrect macro name in a comment
Fixes:33b8a24b66
Closes: https://github.com/tukaani-project/xz/pull/155 (cherry picked from commitbee0c044d3
)
This commit is contained in:
parent
86e8b03d20
commit
d86fa15b72
|
@ -461,7 +461,7 @@ typedef struct {
|
||||||
*
|
*
|
||||||
* ext_size_low holds the least significant 32 bits of the
|
* ext_size_low holds the least significant 32 bits of the
|
||||||
* uncompressed size. The most significant 32 bits must be set
|
* uncompressed size. The most significant 32 bits must be set
|
||||||
* in ext_size_high. The macro lzma_ext_size_set(opt_lzma, u64size)
|
* in ext_size_high. The macro lzma_set_ext_size(opt_lzma, u64size)
|
||||||
* can be used to set these members.
|
* can be used to set these members.
|
||||||
*
|
*
|
||||||
* The 64-bit uncompressed size is split into two uint32_t variables
|
* The 64-bit uncompressed size is split into two uint32_t variables
|
||||||
|
|
Loading…
Reference in New Issue