From b557b4a0eea05470fae8ba5ef4ad5a6dfb36ac41 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Tue, 20 Sep 2022 16:27:50 +0300 Subject: [PATCH] liblzma: ARM64: Fix wrong comment in API doc. Thanks to Jia Tan. --- src/liblzma/api/lzma/bcj.h | 4 ++-- 1 file 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. */ /**