summaryrefslogtreecommitdiff
path: root/tests/fuzz/fuzz.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fuzz/fuzz.h')
-rw-r--r--tests/fuzz/fuzz.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/fuzz/fuzz.h b/tests/fuzz/fuzz.h
index a64845473c2b..8850025b0fd2 100644
--- a/tests/fuzz/fuzz.h
+++ b/tests/fuzz/fuzz.h
@@ -23,10 +23,10 @@
* the data to zstd functions. Every fuzzer initializes the RNG exactly
* once before doing anything else, even if it is unused.
* Default: 4.
- * @param ZSTD_DEBUG:
- * This is a parameter for the zstd library. Defining `ZSTD_DEBUG=1`
+ * @param DEBUGLEVEL:
+ * This is a parameter for the zstd library. Defining `DEBUGLEVEL=1`
* enables assert() statements in the zstd library. Higher levels enable
- * logging, so aren't recommended. Defining `ZSTD_DEBUG=1` is
+ * logging, so aren't recommended. Defining `DEBUGLEVEL=1` is
* recommended.
* @param MEM_FORCE_MEMORY_ACCESS:
* This flag controls how the zstd library accesses unaligned memory.