]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
liblzma: Fix grammar in API docs
authorLasse Collin <lasse.collin@tukaani.org>
Fri, 23 May 2025 09:25:36 +0000 (12:25 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Fri, 23 May 2025 09:28:17 +0000 (12:28 +0300)
Fixes: a27920002dbc ("liblzma: Add generic support for input seeking (LZMA_SEEK).")
src/liblzma/api/lzma/base.h

index 590e1d22bb0f2ae2473dcc905c5cc23437d23e20..0589cde2058dfbc1fa5ae5f2e67205f3ddc9e62b 100644 (file)
@@ -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.
         *