Typo from Bastian Venthur.

This commit is contained in:
Nicholas Marriott 2024-09-06 13:09:19 +01:00
parent 3d8ead8a97
commit c36ffcbe56

View File

@ -35,7 +35,7 @@ LLVMFuzzerTestOneInput(const u_char *data, size_t size)
int error; int error;
/* /*
* Since AFL doesn't support -max_len paramenter we have to * Since AFL doesn't support -max_len parameter we have to
* discard long inputs manually. * discard long inputs manually.
*/ */
if (size > FUZZER_MAXLEN) if (size > FUZZER_MAXLEN)