mirror of https://git.tukaani.org/xz.git
liblzma: Fix grammar in API docs
Fixes: a27920002d ("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…
Reference in New Issue