diff options
author | hexcoder- <heiko@hexco.de> | 2020-10-29 23:57:51 +0100 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2020-10-29 23:57:51 +0100 |
commit | 158efe49ac38460617884d593cf7b924d33de6a7 (patch) | |
tree | 68e4fc476c29fbee810efa49c54fe4f75aad01d5 /custom_mutators/symcc | |
parent | 2decf1d088cbe41a47adf465e487364cad73be59 (diff) | |
download | afl++-158efe49ac38460617884d593cf7b924d33de6a7.tar.gz |
typo
Diffstat (limited to 'custom_mutators/symcc')
-rw-r--r-- | custom_mutators/symcc/symcc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom_mutators/symcc/symcc.c b/custom_mutators/symcc/symcc.c index 6f14052f..18b475b8 100644 --- a/custom_mutators/symcc/symcc.c +++ b/custom_mutators/symcc/symcc.c @@ -172,7 +172,7 @@ uint32_t afl_custom_fuzz_count(my_mutator_t *data, const u8 *buf, } -/* here we actualy just read the files generated from symcc */ +/* here we actually just read the files generated from symcc */ size_t afl_custom_fuzz(my_mutator_t *data, uint8_t *buf, size_t buf_size, u8 **out_buf, uint8_t *add_buf, size_t add_buf_size, size_t max_size) { |