]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
tests/ossfuzz: Tiny fix to a comment.
authorLasse Collin <lasse.collin@tukaani.org>
Mon, 8 Apr 2024 12:53:46 +0000 (15:53 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Tue, 9 Apr 2024 15:22:27 +0000 (18:22 +0300)
tests/ossfuzz/fuzz_decode_stream.c

index 158cf4d6c78fe68d9fea82d0f55d02a65b20b5ac..d7860611aeb7c6d4b5087e8edb4df225b7e5348f 100644 (file)
@@ -21,7 +21,7 @@ extern int
 LLVMFuzzerTestOneInput(const uint8_t *inbuf, size_t inbuf_size)
 {
        lzma_stream strm = LZMA_STREAM_INIT;
-       // Initialize a LZMA decoder using the memory usage limit
+       // Initialize a .xz decoder using the memory usage limit
        // defined in fuzz_common.h
        //
        // Enable support for concatenated .xz files which is used when