diff options
author | hexcoder <hexcoder-@users.noreply.github.com> | 2021-03-18 16:41:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-18 16:41:02 +0100 |
commit | 66fa76a061324e96304b43a4d836e6c446dbbcb8 (patch) | |
tree | b602542b9e2fd258e4ad6289efaaca6a647868e1 | |
parent | d2e7c4ec050510442bac598c9fea396448e9c070 (diff) | |
download | afl++-66fa76a061324e96304b43a4d836e6c446dbbcb8.tar.gz |
typo
-rw-r--r-- | src/afl-fuzz.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/afl-fuzz.c b/src/afl-fuzz.c index 16c1f390..1518a707 100644 --- a/src/afl-fuzz.c +++ b/src/afl-fuzz.c @@ -1540,7 +1540,7 @@ int main(int argc, char **argv_orig, char **envp) { u32 new_map_size = afl_fsrv_get_mapsize( &afl->fsrv, afl->argv, &afl->stop_soon, afl->afl_env.afl_debug_child); - // only reinitialize if the map nees to be larger than what we have. + // only reinitialize if the map needs to be larger than what we have. if (map_size < new_map_size) { OKF("Re-initializing maps to %u bytes", new_map_size); |