diff options
Diffstat (limited to 'tests/fuzz/fuzz_helpers.h')
-rw-r--r-- | tests/fuzz/fuzz_helpers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fuzz/fuzz_helpers.h b/tests/fuzz/fuzz_helpers.h index 468c39fb42d4c..0cf79d0d7ce93 100644 --- a/tests/fuzz/fuzz_helpers.h +++ b/tests/fuzz/fuzz_helpers.h @@ -55,7 +55,7 @@ extern "C" { #endif /** - * Determininistically constructs a seed based on the fuzz input. + * Deterministically constructs a seed based on the fuzz input. * Consumes up to the first FUZZ_RNG_SEED_SIZE bytes of the input. */ FUZZ_STATIC uint32_t FUZZ_seed(uint8_t const **src, size_t* size) { |