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
This commit is contained in:
parent
2cfa1ad0a9
commit
bee0c044d3
|
@ -461,7 +461,7 @@ typedef struct {
|
|||
*
|
||||
* ext_size_low holds the least significant 32 bits of the
|
||||
* 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.
|
||||
*
|
||||
* The 64-bit uncompressed size is split into two uint32_t variables
|
||||
|
|
Loading…
Reference in New Issue