about summary refs log tree commit diff
diff options
context:
space:
mode:
authorhexcoder <hexcoder-@users.noreply.github.com>2020-06-28 21:21:27 +0200
committerGitHub <noreply@github.com>2020-06-28 21:21:27 +0200
commit5f3b7e6cdffe25f4d8e53115db3f47dcf8f8ab6e (patch)
treed6d9015401952c8b85328522b1f6c49c89456d7f
parent910b9f3f25c03d64a5e80726fe5724e95571dc33 (diff)
downloadafl++-5f3b7e6cdffe25f4d8e53115db3f47dcf8f8ab6e.tar.gz
typo aonce -> once
-rw-r--r--docs/ideas.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ideas.md b/docs/ideas.md
index a68ffbfe..65e2e8e6 100644
--- a/docs/ideas.md
+++ b/docs/ideas.md
@@ -28,7 +28,7 @@ Mentor: andreafioraldi
 ## perf-fuzz Linux Kernel Module
 
 Expand on [snapshot LKM](https://github.com/AFLplusplus/AFL-Snapshot-LKM)
-To make it thread safe, can snapshot several processes at aonce and increase
+To make it thread safe, can snapshot several processes at once and increase
 overall performance.
 
 Mentor: any