about summary refs log tree commit diff
diff options
context:
space:
mode:
authorhexcoder <hexcoder-@users.noreply.github.com>2022-10-03 11:04:23 +0200
committerGitHub <noreply@github.com>2022-10-03 11:04:23 +0200
commit9c6aebba059bd3d4477d2560cb771effca74a82f (patch)
tree7da1d68ac20100c3df8740f4e7dfe347d16b7569
parent3e0fe8646549998f7421f2c1b278d09923bd08ce (diff)
downloadafl++-9c6aebba059bd3d4477d2560cb771effca74a82f.tar.gz
typos
-rw-r--r--utils/libdislocator/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/libdislocator/README.md b/utils/libdislocator/README.md
index e4934b5d..d0e45fff 100644
--- a/utils/libdislocator/README.md
+++ b/utils/libdislocator/README.md
@@ -34,8 +34,8 @@ heap-related security bugs in several ways:
 
   - Size alignment to `max_align_t` can be enforced with `AFL_ALIGNED_ALLOC=1`. In
     this case, a tail canary is inserted in the padding bytes at the end of the
-    allocated zone. This reduce the ability of libdislocator to detect
-    off-by-one bugs but also it make slibdislocator compliant to the C standard.
+    allocated zone. This reduces the ability of libdislocator to detect
+    off-by-one bugs but also it makes libdislocator compliant to the C standard.
 
 Basically, it is inspired by some of the non-default options available for the
 OpenBSD allocator - see malloc.conf(5) on that platform for reference. It is