about summary refs log tree commit diff
diff options
context:
space:
mode:
authorintrigus-lgtm <60750685+intrigus-lgtm@users.noreply.github.com>2020-03-11 00:48:52 +0100
committerGitHub <noreply@github.com>2020-03-11 00:48:52 +0100
commit66e8faaaa935fa3f206c0ced70671390ef11cac8 (patch)
treeb4130fa2bb8e3754b8f7bdc1bf217f24a8ef6d5d
parentf17a3dde1a57ff631f691abca7cdcad99cb6631f (diff)
downloadafl++-66e8faaaa935fa3f206c0ced70671390ef11cac8.tar.gz
Fix typo (#247)
-rw-r--r--docs/ideas.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ideas.md b/docs/ideas.md
index 857fb6f4..8b0e1013 100644
--- a/docs/ideas.md
+++ b/docs/ideas.md
@@ -93,7 +93,7 @@ Mentor: hexcoder- or vanhauser-thc
 ## Collision-free Binary-Only Maps
 
 AFL++ supports collison-free maps using an LTO (link-time-optimization) pass.
-This should be possile to implement for QEMU and Unicorn instrumentations.
+This should be possible to implement for QEMU and Unicorn instrumentations.
 As the forkserver parent caches just in time translated translation blocks, adding a simple counter between jumps should be doable.
 
 Mentor: andreafioraldi or domenukk