diff options
author | hexcoder <hexcoder-@users.noreply.github.com> | 2021-02-11 20:26:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-11 20:26:02 +0100 |
commit | 756206e4d710b954759eaa97c50940825eff39f7 (patch) | |
tree | 87cb06d5c7ca7fbd59999219dd70aa7240c0cc37 /include/config.h | |
parent | 2ff6e5023f9116c24842e6aee0da644106a61829 (diff) | |
download | afl++-756206e4d710b954759eaa97c50940825eff39f7.tar.gz |
typo
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/config.h b/include/config.h index 25fa1142..181285cd 100644 --- a/include/config.h +++ b/include/config.h @@ -10,7 +10,7 @@ Dominik Maier <mail@dmnk.co> Copyright 2016, 2017 Google Inc. All rights reserved. - Copyright 2019-2020 AFLplusplus Project. All rights reserved. + Copyright 2019-2021 AFLplusplus Project. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -57,7 +57,7 @@ /* Minimum % of the corpus to perform cmplog on. Default: 20% */ #define CMPLOG_CORPUS_PERCENT 20U -/* Number of potential posititions from which we decide the cmplog becomes +/* Number of potential positions from which we decide if cmplog becomes useless, default 16384 */ #define CMPLOG_POSITIONS_MAX 16384U |