From 151b59846cb88d5aae8ae14c3f7e4b5366d51e9e Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sun, 13 Aug 2023 23:04:05 +0900 Subject: [PATCH] Fix typo in afl_driver.cpp occured -> occurred --- tests/thirdparty/Fuzzer/afl/afl_driver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/thirdparty/Fuzzer/afl/afl_driver.cpp b/tests/thirdparty/Fuzzer/afl/afl_driver.cpp index fc9589552b..57ee56109d 100644 --- a/tests/thirdparty/Fuzzer/afl/afl_driver.cpp +++ b/tests/thirdparty/Fuzzer/afl/afl_driver.cpp @@ -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.