diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2022-09-20 16:27:50 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2022-09-20 16:27:50 +0300 |
commit | b557b4a0eea05470fae8ba5ef4ad5a6dfb36ac41 (patch) | |
tree | b8a95b48c48481a4bde71c2de6c10b99699055c2 /src/liblzma | |
parent | xz: Add --experimental-arm64[=width=WIDTH]. (diff) | |
download | xz-b557b4a0eea05470fae8ba5ef4ad5a6dfb36ac41.tar.xz |
liblzma: ARM64: Fix wrong comment in API doc.
Thanks to Jia Tan.
Diffstat (limited to 'src/liblzma')
-rw-r--r-- | src/liblzma/api/lzma/bcj.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/liblzma/api/lzma/bcj.h b/src/liblzma/api/lzma/bcj.h index ba6cacb9..10719b88 100644 --- a/src/liblzma/api/lzma/bcj.h +++ b/src/liblzma/api/lzma/bcj.h @@ -53,8 +53,8 @@ /**< * Filter for ARM64 binaries. * - * \note Unlike the older filters above, this doesn't - * support any options (must be NULL). + * \note In contrast to the other BCJ filters, this uses + * its own options structure, lzma_options_arm64. */ /** |