]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
liblzma: Fix incorrect macro name in a comment
authorDexter Castor Döpping <dexter.c.dopping@gmail.com>
Sun, 8 Dec 2024 17:24:29 +0000 (18:24 +0100)
committerLasse Collin <lasse.collin@tukaani.org>
Wed, 18 Dec 2024 15:09:29 +0000 (17:09 +0200)
Fixes: 33b8a24b6646a9dbfd8358405aec466b13078559
Closes: https://github.com/tukaani-project/xz/pull/155
src/liblzma/api/lzma/lzma12.h

index 05f5b66eb56a51858839c9637c761c52ff27ed07..fec3e0dadb2332561697c8cb996b9d76d686f3dc 100644 (file)
@@ -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