1
0
mirror of https://git.tukaani.org/xz.git synced 2025-05-24 07:06:39 +00:00

liblzma: Fix grammar in API docs

Fixes: a27920002dbc ("liblzma: Add generic support for input seeking (LZMA_SEEK).")
This commit is contained in:
Lasse Collin 2025-05-23 12:25:36 +03:00
parent ab45bdf432
commit d660fe5d56
No known key found for this signature in database
GPG Key ID: 38EE757D69184620

View File

@ -561,7 +561,7 @@ typedef struct {
* \brief New seek input position for LZMA_SEEK_NEEDED * \brief New seek input position for LZMA_SEEK_NEEDED
* *
* When lzma_code() returns LZMA_SEEK_NEEDED, the new input position * 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 * guaranteed to not exceed the file size that was specified when
* this lzma_stream was initialized. * this lzma_stream was initialized.
* *