about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDominik Maier <domenukk@gmail.com>2020-04-01 02:09:33 +0200
committerDominik Maier <domenukk@gmail.com>2020-04-01 02:09:33 +0200
commitacf4b0981eaa41eb3d2adbf2df0848f0bd33dd55 (patch)
treee7e289f5b4c0934f32c4d95928feae5da9362072
parent98c090818576a738c910a7dcd50540f60904d3a2 (diff)
downloadafl++-acf4b0981eaa41eb3d2adbf2df0848f0bd33dd55.tar.gz
typo fix
-rw-r--r--docs/Changelog.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 1b97812c..72336b11 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -34,7 +34,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
                the last 5 queue entries
       - rare: puts focus on queue entries that hits rare branches, also ignores
               runtime
-  - llvm_mode: added Control Flow Integrity sanatizer (AFL_USE_CFISAN)
+  - llvm_mode: added Control Flow Integrity sanitizer (AFL_USE_CFISAN)
   - LTO collision free instrumented added in llvm_mode with afl-clang-lto -
     note that this mode is amazing, but quite some targets won't compile
   - Added llvm_mode NGRAM prev_loc coverage by Adrean Herrera