]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
liblzma: Fix language in a comment.
authorLasse Collin <lasse.collin@tukaani.org>
Tue, 22 Nov 2022 14:37:15 +0000 (16:37 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Thu, 24 Nov 2022 08:57:11 +0000 (10:57 +0200)
src/liblzma/common/stream_encoder.c

index 858cba473ad49b81b5942a44ca80a0eee317f6e0..4dfe88cb6f78948c53e38345fc327d86f44d884d 100644 (file)
@@ -319,7 +319,7 @@ stream_encoder_init(lzma_next_coder *next, const lzma_allocator *allocator,
 
        // Initialize the Block encoder. This way we detect unsupported
        // 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);
 }