Skip to content

Commit d660fe5

Browse files
committed
liblzma: Fix grammar in API docs
Fixes: a279200 ("liblzma: Add generic support for input seeking (LZMA_SEEK).")
1 parent ab45bdf commit d660fe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/liblzma/api/lzma/base.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ typedef struct {
561561
* \brief New seek input position for LZMA_SEEK_NEEDED
562562
*
563563
* When lzma_code() returns LZMA_SEEK_NEEDED, the new input position
564-
* needed by liblzma will be available seek_pos. The value is
564+
* needed by liblzma will be available in seek_pos. The value is
565565
* guaranteed to not exceed the file size that was specified when
566566
* this lzma_stream was initialized.
567567
*

0 commit comments

Comments
 (0)