Skip to content

Commit

Permalink
Fix typo in afl_driver.cpp (#4109)
Browse files Browse the repository at this point in the history
  • Loading branch information
eltociear committed Sep 2, 2023
1 parent 6cc0eaf commit 788e546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/thirdparty/Fuzzer/afl/afl_driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ statistics from the file. If that fails then the process will quit.
#endif

// Used to avoid repeating error checking boilerplate. If cond is false, a
// fatal error has occured in the program. In this event print error_message
// fatal error has occurred in the program. In this event print error_message
// to stderr and abort(). Otherwise do nothing. Note that setting
// AFL_DRIVER_STDERR_DUPLICATE_FILENAME may cause error_message to be appended
// to the file as well, if the error occurs after the duplication is performed.
Expand Down

0 comments on commit 788e546

Please sign in to comment.