diff options
author | hexcoder <hexcoder-@users.noreply.github.com> | 2020-06-28 21:21:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-28 21:21:27 +0200 |
commit | 5f3b7e6cdffe25f4d8e53115db3f47dcf8f8ab6e (patch) | |
tree | d6d9015401952c8b85328522b1f6c49c89456d7f | |
parent | 910b9f3f25c03d64a5e80726fe5724e95571dc33 (diff) | |
download | afl++-5f3b7e6cdffe25f4d8e53115db3f47dcf8f8ab6e.tar.gz |
typo aonce -> once
-rw-r--r-- | docs/ideas.md | 2 |
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 |