about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--TODO.md2
-rw-r--r--docs/Changelog.md4
2 files changed, 3 insertions, 3 deletions
diff --git a/TODO.md b/TODO.md
index 4a4cd039..e7f5b257 100644
--- a/TODO.md
+++ b/TODO.md
@@ -6,7 +6,7 @@
  - random crc32 HASH_CONST per run? because with 65536 paths we have collisions
  - namespace for targets? e.g. network
  - libradamsa as a custom module?
- - focal for travis
+ - learn from honggfuzz
 
 ## Further down the road
 
diff --git a/docs/Changelog.md b/docs/Changelog.md
index de874d1a..2d01ce9a 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -13,8 +13,8 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
   - afl-fuzz:
      - -S slaves now only sync from the master to increase performance,
        the -M master stilly syncs from everyone. Added checks that exactly
-       one master is present
-     - If no master is present at sync time one slave automatically becomes
+       one master is present and warn otherwise
+     - If no master is present at a sync one slave automatically becomes
        a temporary master until a real master shows up
   - llvm_mode:
     - lowered minimum required llvm version to 3.4 (except LLVMInsTrim,