tests/ossfuzz: Tiny fix to a comment.

This commit is contained in:
Lasse Collin 2024-04-08 15:53:46 +03:00
rodzic db4dd74a34
commit 408b6adb2a
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -21,7 +21,7 @@ extern int
LLVMFuzzerTestOneInput(const uint8_t *inbuf, size_t inbuf_size) LLVMFuzzerTestOneInput(const uint8_t *inbuf, size_t inbuf_size)
{ {
lzma_stream strm = LZMA_STREAM_INIT; 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 // defined in fuzz_common.h
// //
// Enable support for concatenated .xz files which is used when // Enable support for concatenated .xz files which is used when