about summary refs log tree commit diff
path: root/docs/fuzzing_in_depth.md
diff options
context:
space:
mode:
authorSeyed Behnam Andarzian <benylopo4@gmail.com>2024-09-16 12:23:10 +0200
committerGitHub <noreply@github.com>2024-09-16 12:23:10 +0200
commit5b44067e9ce72826f87e26e9e1ee0e0c3c1b5e1f (patch)
treee11959f8e704cf8ce6476668e63ad64f5752e8d2 /docs/fuzzing_in_depth.md
parent8531928fa4333eddd958899b6ccb714db33573f6 (diff)
downloadafl++-5b44067e9ce72826f87e26e9e1ee0e0c3c1b5e1f.tar.gz
Update fuzzing_in_depth.md for a typo (#2209)
Diffstat (limited to 'docs/fuzzing_in_depth.md')
-rw-r--r--docs/fuzzing_in_depth.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/fuzzing_in_depth.md b/docs/fuzzing_in_depth.md
index 82437807..79d0500d 100644
--- a/docs/fuzzing_in_depth.md
+++ b/docs/fuzzing_in_depth.md
@@ -632,7 +632,7 @@ crash or timeout during startup.
 
 Also, it is recommended to set `export AFL_IMPORT_FIRST=1` to load test cases
 from other fuzzers in the campaign first. But note that can slow down the start
-of the first fuzz by quite a lot of you have many fuzzers and/or many seeds.
+of the first fuzz by quite a lot if you have many fuzzers and/or many seeds.
 
 If you have a large corpus, a corpus from a previous run or are fuzzing in a CI,
 then also set `export AFL_CMPLOG_ONLY_NEW=1` and `export AFL_FAST_CAL=1`.