From 158efe49ac38460617884d593cf7b924d33de6a7 Mon Sep 17 00:00:00 2001 From: hexcoder- Date: Thu, 29 Oct 2020 23:57:51 +0100 Subject: typo --- custom_mutators/symcc/symcc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'custom_mutators/symcc') 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) { -- cgit 1.4.1