about summary refs log tree commit diff
diff options
context:
space:
mode:
authorhexcoder <hexcoder-@users.noreply.github.com>2021-06-01 10:36:18 +0200
committerGitHub <noreply@github.com>2021-06-01 10:36:18 +0200
commit5b5dff4584f0efa2c02db7d75ebab7e31c253789 (patch)
tree1cf12048a83ef2ee527480f95c25ef04641a2901
parent76653544056ce2334b6523252e91a8f8a6ac9dcb (diff)
downloadafl++-5b5dff4584f0efa2c02db7d75ebab7e31c253789.tar.gz
Wording: "never zero" -> NeverZero
-rw-r--r--docs/Changelog.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 29ea918b..e7344761 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -42,7 +42,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
   - afl-cc:
     - We do not support llvm versions prior 6.0 anymore
     - added thread safe counters to all modes (`AFL_LLVM_THREADSAFE_INST`),
-      note that this disables never zero counters.
+      note that this disables NeverZero counters.
     - Fix for -pie compiled binaries with default afl-clang-fast PCGUARD
     - Leak Sanitizer (AFL_USE_LSAN) added by Joshua Rogers, thanks!
     - Removed InsTrim instrumentation as it is not as good as PCGUARD