From: Lasse Collin Date: Fri, 23 May 2025 09:25:36 +0000 (+0300) Subject: liblzma: Fix grammar in API docs X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d660fe5d56a804b0ef3eea550fdcd51dbe17e45b;p=thirdparty%2Fxz.git liblzma: Fix grammar in API docs Fixes: a27920002dbc ("liblzma: Add generic support for input seeking (LZMA_SEEK).") --- diff --git a/src/liblzma/api/lzma/base.h b/src/liblzma/api/lzma/base.h index 590e1d22..0589cde2 100644 --- a/src/liblzma/api/lzma/base.h +++ b/src/liblzma/api/lzma/base.h @@ -561,7 +561,7 @@ typedef struct { * \brief New seek input position for LZMA_SEEK_NEEDED * * When lzma_code() returns LZMA_SEEK_NEEDED, the new input position - * needed by liblzma will be available seek_pos. The value is + * needed by liblzma will be available in seek_pos. The value is * guaranteed to not exceed the file size that was specified when * this lzma_stream was initialized. *