liblzma: Fix incorrect macro name in a comment

Fixes: 33b8a24b66
Closes: https://github.com/tukaani-project/xz/pull/155
(cherry picked from commit bee0c044d3)
This commit is contained in:
Dexter Castor Döpping 2024-12-08 18:24:29 +01:00 committed by Lasse Collin
parent 86e8b03d20
commit d86fa15b72
No known key found for this signature in database
GPG Key ID: 38EE757D69184620
1 changed files with 1 additions and 1 deletions

View File

@ -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