about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authoryangzao <yangzaocn@outlook.com>2023-11-27 09:59:02 -0700
committeryangzao <yangzaocn@outlook.com>2023-11-27 09:59:02 -0700
commitbb523b46482ce212355b32882158cb129d2e8487 (patch)
tree23589fba2d45bfcc0f4b4f44b4a501c37dadee57 /src
parentc9e0f01b439870dc2b619ab2c18240b201ca1460 (diff)
downloadafl++-bb523b46482ce212355b32882158cb129d2e8487.tar.gz
update
Diffstat (limited to 'src')
-rw-r--r--src/afl-fuzz-run.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-fuzz-run.c b/src/afl-fuzz-run.c
index 04ccccba..8d0f2c2d 100644
--- a/src/afl-fuzz-run.c
+++ b/src/afl-fuzz-run.c
@@ -1113,7 +1113,7 @@ common_fuzz_stuff(afl_state_t *afl, u8 *out_buf, u32 len) {
 
 }
 
-/* Run some code each time scripts each time AFL++ executes the target
+/* Run some code or scripts each time AFL++ executes the target program
    with afl-fuzz. */
 
 void post_run(afl_state_t *afl) {