aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2024-04-08 15:53:46 +0300
committerLasse Collin <lasse.collin@tukaani.org>2024-04-09 18:22:27 +0300
commit408b6adb2a07d07c6535f859571cca38837caaf3 (patch)
tree8f149c980d27335a5039fc7c7d50daa1b44b854a
parentUpdate THANKS. (diff)
downloadxz-408b6adb2a07d07c6535f859571cca38837caaf3.tar.xz
tests/ossfuzz: Tiny fix to a comment.
-rw-r--r--tests/ossfuzz/fuzz_decode_stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ossfuzz/fuzz_decode_stream.c b/tests/ossfuzz/fuzz_decode_stream.c
index 158cf4d6..d7860611 100644
--- a/tests/ossfuzz/fuzz_decode_stream.c
+++ b/tests/ossfuzz/fuzz_decode_stream.c
@@ -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