Skip to content

Commit

Permalink
Typo from Bastian Venthur.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicm committed Sep 6, 2024
1 parent 3d8ead8 commit c36ffcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzz/input-fuzzer.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ LLVMFuzzerTestOneInput(const u_char *data, size_t size)
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.
*/
if (size > FUZZER_MAXLEN)
Expand Down

0 comments on commit c36ffcb

Please sign in to comment.