aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2022-09-20 16:27:50 +0300
committerLasse Collin <lasse.collin@tukaani.org>2022-09-20 16:27:50 +0300
commitb557b4a0eea05470fae8ba5ef4ad5a6dfb36ac41 (patch)
treeb8a95b48c48481a4bde71c2de6c10b99699055c2 /src
parentxz: Add --experimental-arm64[=width=WIDTH]. (diff)
downloadxz-b557b4a0eea05470fae8ba5ef4ad5a6dfb36ac41.tar.xz
liblzma: ARM64: Fix wrong comment in API doc.
Thanks to Jia Tan.
Diffstat (limited to 'src')
-rw-r--r--src/liblzma/api/lzma/bcj.h4
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.
*/
/**