mirror of
https://git.tukaani.org/xz.git
synced 2025-05-23 22:56:44 +00:00
liblzma: Fix grammar in API docs
Fixes: a27920002dbc ("liblzma: Add generic support for input seeking (LZMA_SEEK).")
This commit is contained in:
parent
ab45bdf432
commit
d660fe5d56
@ -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.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user