mirror of https://git.tukaani.org/xz.git
liblzma: Fix language in a comment.
This commit is contained in:
parent
c392bf8ccb
commit
cafd6dc397
|
@ -319,7 +319,7 @@ stream_encoder_init(lzma_next_coder *next, const lzma_allocator *allocator,
|
||||||
|
|
||||||
// Initialize the Block encoder. This way we detect unsupported
|
// Initialize the Block encoder. This way we detect unsupported
|
||||||
// filter chains when initializing the Stream encoder instead of
|
// filter chains when initializing the Stream encoder instead of
|
||||||
// giving an error after Stream Header has already written out.
|
// giving an error after Stream Header has already been written out.
|
||||||
return stream_encoder_update(coder, allocator, filters, NULL);
|
return stream_encoder_update(coder, allocator, filters, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue