mirror of
https://github.com/nlohmann/json
synced 2024-11-09 22:20:05 +00:00
Fix typo in afl_driver.cpp (#4109)
This commit is contained in:
parent
6cc0eaf88f
commit
788e5468e4
2
tests/thirdparty/Fuzzer/afl/afl_driver.cpp
vendored
2
tests/thirdparty/Fuzzer/afl/afl_driver.cpp
vendored
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user